Html Css Color HEX #13DEF2 Bright Turquoise

📋 copy color: '#13DEF2'

red 19 ◦ green 222 ◦ blue 242

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

Shades of Bright Turquoise #13DEF2

Tints of Bright Turquoise #13DEF2

RGB

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

 GREEN value IS 222 (87.11% from 255) = 45.96%

 BLUE value IS 242 (94.92% from 255) = 50.1%

R = 3.93%
G = 45.96%
B = 50.1%

CMYK

 C value IS 0.92

 M value IS 0.08

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#13DEF2 (or 0x13DEF2) is known color: Bright Turquoise. HEX triplet: 13, DE and F2. RGB value is (19,222,242). Sum of RGB (Red+Green+Blue) = 19+222+242=483 (63% of max value = 765). Red value is 19 (7.81% from 255 or 3.93% from 483); Green value is 222 (87.11% from 255 or 45.96% from 483); Blue value is 242 (94.92% from 255 or 50.10% from 483); Max value from RGB is 242 - color contains mainly: blue. Hex color #13DEF2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13DEF2 is #EC210D. Grayscale: #A3A3A3. Windows color (decimal): -15474958 or 15916563. OLE color: 15916563.

HSL color Cylindrical-coordinate representation of color #13DEF2: hue angle of 185.38º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13DEF2 is Cyan = 0.92, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 19 222 242 -
CMYK 0.92 0.08 0 0.05
HSL 185.38º 0.9% 0.51% -
HSV(B) 185.38º 0.92% 0.95% -
XYZ 42.42 58.79 93.12 -
YUV 163.58 172.25 24.87 -
System Red Green Blue C M Y K H S L
Decimal 19 222 242 0.92 0.08 0 0.05 185.38 0.9 0.51
Hex 13 DE F2 5C 8 0 5 B9 5A 33
Octal 23 336 362 134 10 0 5 271 132 63
Binary 10011 11011110 11110010 1011100 1000 0 101 10111001 1011010 110011

Color Harmonies of #13DEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13DEF2

Black with #13DEF2

Text Example


Text Example

White with #13DEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,222,242); }

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

background-color css

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

 a { background-color: rgb(19,222,242); }

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

border-color css

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

 span { border-color: rgb(19,222,242); }

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