Html Css Color HEX #13DDF2 Bright Turquoise

📋 copy color: '#13DDF2'

red 19 ◦ green 221 ◦ blue 242

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

Shades of Bright Turquoise #13DDF2

Tints of Bright Turquoise #13DDF2

RGB

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

 GREEN value IS 221 (86.72% from 255) = 45.85%

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

R = 3.94%
G = 45.85%
B = 50.21%

CMYK

 C value IS 0.92

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#13DDF2 (or 0x13DDF2) is known color: Bright Turquoise. HEX triplet: 13, DD and F2. RGB value is (19,221,242). Sum of RGB (Red+Green+Blue) = 19+221+242=482 (63% of max value = 765). Red value is 19 (7.81% from 255 or 3.94% from 482); Green value is 221 (86.72% from 255 or 45.85% from 482); Blue value is 242 (94.92% from 255 or 50.21% from 482); Max value from RGB is 242 - color contains mainly: blue. Hex color #13DDF2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13DDF2 is #EC220D. Grayscale: #A2A2A2. Windows color (decimal): -15475214 or 15916307. OLE color: 15916307.

HSL color Cylindrical-coordinate representation of color #13DDF2: hue angle of 185.65º 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 #13DDF2 is Cyan = 0.92, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 19 221 242 -
CMYK 0.92 0.09 0 0.05
HSL 185.65º 0.9% 0.51% -
HSV(B) 185.65º 0.92% 0.95% -
XYZ 42.15 58.26 93.03 -
YUV 163 172.58 25.29 -
System Red Green Blue C M Y K H S L
Decimal 19 221 242 0.92 0.09 0 0.05 185.65 0.9 0.51
Hex 13 DD F2 5C 9 0 5 BA 5A 33
Octal 23 335 362 134 11 0 5 272 132 63
Binary 10011 11011101 11110010 1011100 1001 0 101 10111010 1011010 110011

Color Harmonies of #13DDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13DDF2

Black with #13DDF2

Text Example


Text Example

White with #13DDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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