Html Css Color HEX #62CCE2 Turquoise Blue

📋 copy color: '#62CCE2'

red 98 ◦ green 204 ◦ blue 226

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

Shades of Turquoise Blue #62CCE2

Tints of Turquoise Blue #62CCE2

RGB

 RED value IS 98 (38.67% from 255) = 18.56%

 GREEN value IS 204 (80.08% from 255) = 38.64%

 BLUE value IS 226 (88.67% from 255) = 42.8%

R = 18.56%
G = 38.64%
B = 42.8%

CMYK

 C value IS 0.57

 M value IS 0.10

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#62CCE2 (or 0x62CCE2) is known color: Turquoise Blue. HEX triplet: 62, CC and E2. RGB value is (98,204,226). Sum of RGB (Red+Green+Blue) = 98+204+226=528 (69% of max value = 765). Red value is 98 (38.67% from 255 or 18.56% from 528); Green value is 204 (80.08% from 255 or 38.64% from 528); Blue value is 226 (88.67% from 255 or 42.80% from 528); Max value from RGB is 226 - color contains mainly: blue. Hex color #62CCE2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62CCE2 is #9D331D. Grayscale: #AEAEAE. Windows color (decimal): -10302238 or 14863458. OLE color: 14863458.

HSL color Cylindrical-coordinate representation of color #62CCE2: hue angle of 190.31º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #62CCE2 is Cyan = 0.57, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 98 204 226 -
CMYK 0.57 0.10 0 0.11
HSL 190.31º 0.69% 0.64% -
HSV(B) 190.31º 0.57% 0.89% -
XYZ 40.36 51.27 79.72 -
YUV 174.81 156.88 73.21 -
System Red Green Blue C M Y K H S L
Decimal 98 204 226 0.57 0.10 0 0.11 190.31 0.69 0.64
Hex 62 CC E2 39 A 0 B BE 45 40
Octal 142 314 342 71 12 0 13 276 105 100
Binary 1100010 11001100 11100010 111001 1010 0 1011 10111110 1000101 1000000

Color Harmonies of #62CCE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62CCE2

Black with #62CCE2

Text Example


Text Example

White with #62CCE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62CCE2; }

 p { color: rgb(98,204,226); }

 H1.HeaderClassName
 {
   color: #62CCE2;
 }
 .AnyTagClassName
 {
   color: #62CCE2;
 }
</style>

background-color css

<style>
 a { background-color: #62CCE2; }

 a { background-color: rgb(98,204,226); }

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

border-color css

<style>
 span { border-color: #62CCE2; }

 span { border-color: rgb(98,204,226); }

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