Html Css Color HEX #62CFDE Turquoise Blue

📋 copy color: '#62CFDE'

red 98 ◦ green 207 ◦ blue 222

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

Shades of Turquoise Blue #62CFDE

Tints of Turquoise Blue #62CFDE

RGB

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

 GREEN value IS 207 (81.25% from 255) = 39.28%

 BLUE value IS 222 (87.11% from 255) = 42.13%

R = 18.6%
G = 39.28%
B = 42.13%

CMYK

 C value IS 0.56

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#62CFDE (or 0x62CFDE) is known color: Turquoise Blue. HEX triplet: 62, CF and DE. RGB value is (98,207,222). Sum of RGB (Red+Green+Blue) = 98+207+222=527 (69% of max value = 765). Red value is 98 (38.67% from 255 or 18.60% from 527); Green value is 207 (81.25% from 255 or 39.28% from 527); Blue value is 222 (87.11% from 255 or 42.13% from 527); Max value from RGB is 222 - color contains mainly: blue. Hex color #62CFDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62CFDE is #9D3021. Grayscale: #AFAFAF. Windows color (decimal): -10301474 or 14602082. OLE color: 14602082.

HSL color Cylindrical-coordinate representation of color #62CFDE: hue angle of 187.26º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #62CFDE is Cyan = 0.56, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 98 207 222 -
CMYK 0.56 0.07 0 0.13
HSL 187.26º 0.65% 0.63% -
HSV(B) 187.26º 0.56% 0.87% -
XYZ 40.53 52.5 77.1 -
YUV 176.12 153.89 72.28 -
System Red Green Blue C M Y K H S L
Decimal 98 207 222 0.56 0.07 0 0.13 187.26 0.65 0.63
Hex 62 CF DE 38 7 0 D BB 41 3F
Octal 142 317 336 70 7 0 15 273 101 77
Binary 1100010 11001111 11011110 111000 111 0 1101 10111011 1000001 111111

Color Harmonies of #62CFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62CFDE

Black with #62CFDE

Text Example


Text Example

White with #62CFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,207,222); }

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

background-color css

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

 a { background-color: rgb(98,207,222); }

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

border-color css

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

 span { border-color: rgb(98,207,222); }

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