Html Css Color HEX #13DFF4 Bright Turquoise

📋 copy color: '#13DFF4'

red 19 ◦ green 223 ◦ blue 244

#13DFF4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Turquoise #13DFF4

Tints of Bright Turquoise #13DFF4

RGB

 RED value IS 19 (7.81% from 255) = 3.91%

 GREEN value IS 223 (87.5% from 255) = 45.88%

 BLUE value IS 244 (95.7% from 255) = 50.21%

R = 3.91%
G = 45.88%
B = 50.21%

CMYK

 C value IS 0.92

 M value IS 0.09

 Y value IS 0

 K value IS 0.04

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#13DFF4 (or 0x13DFF4) is known color: Bright Turquoise. HEX triplet: 13, DF and F4. RGB value is (19,223,244). Sum of RGB (Red+Green+Blue) = 19+223+244=486 (64% of max value = 765). Red value is 19 (7.81% from 255 or 3.91% from 486); Green value is 223 (87.5% from 255 or 45.88% from 486); Blue value is 244 (95.70% from 255 or 50.21% from 486); Max value from RGB is 244 - color contains mainly: blue. Hex color #13DFF4 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13DFF4 is #EC200B. Grayscale: #A4A4A4. Windows color (decimal): -15474700 or 16047891. OLE color: 16047891.

HSL color Cylindrical-coordinate representation of color #13DFF4: hue angle of 185.6º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13DFF4 is Cyan = 0.92, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 19 223 244 -
CMYK 0.92 0.09 0 0.04
HSL 185.6º 0.91% 0.52% -
HSV(B) 185.6º 0.92% 0.96% -
XYZ 42.99 59.45 94.8 -
YUV 164.4 172.91 24.29 -
System Red Green Blue C M Y K H S L
Decimal 19 223 244 0.92 0.09 0 0.04 185.6 0.91 0.52
Hex 13 DF F4 5C 9 0 4 BA 5B 34
Octal 23 337 364 134 11 0 4 272 133 64
Binary 10011 11011111 11110100 1011100 1001 0 100 10111010 1011011 110100

Color Harmonies of #13DFF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13DFF4

Black with #13DFF4

Text Example


Text Example

White with #13DFF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13DFF4; }

 p { color: rgb(19,223,244); }

 H1.HeaderClassName
 {
   color: #13DFF4;
 }
 .AnyTagClassName
 {
   color: #13DFF4;
 }
</style>

background-color css

<style>
 a { background-color: #13DFF4; }

 a { background-color: rgb(19,223,244); }

 div.DivClassName
 {
   background-color: #13DFF4;
 }
 .BgClassName
 {
   background-color: #13DFF4;
 }
</style>

border-color css

<style>
 span { border-color: #13DFF4; }

 span { border-color: rgb(19,223,244); }

 td.TdClassName
 {
   border-color: #13DFF4;
 }
 .TagClassName
 {
   border-color: #13DFF4;
 }
</style>