Html Css Color HEX #62CFDC Turquoise Blue

📋 copy color: '#62CFDC'

red 98 ◦ green 207 ◦ blue 220

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

Shades of Turquoise Blue #62CFDC

Tints of Turquoise Blue #62CFDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.9%

R = 18.67%
G = 39.43%
B = 41.9%

CMYK

 C value IS 0.55

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#62CFDC (or 0x62CFDC) is known color: Turquoise Blue. HEX triplet: 62, CF and DC. RGB value is (98,207,220). Sum of RGB (Red+Green+Blue) = 98+207+220=525 (69% of max value = 765). Red value is 98 (38.67% from 255 or 18.67% from 525); Green value is 207 (81.25% from 255 or 39.43% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 220 - color contains mainly: blue. Hex color #62CFDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62CFDC is #9D3023. Grayscale: #AFAFAF. Windows color (decimal): -10301476 or 14471010. OLE color: 14471010.

HSL color Cylindrical-coordinate representation of color #62CFDC: hue angle of 186.39º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #62CFDC is Cyan = 0.55, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 98 207 220 -
CMYK 0.55 0.06 0 0.14
HSL 186.39º 0.64% 0.62% -
HSV(B) 186.39º 0.55% 0.86% -
XYZ 40.27 52.39 75.7 -
YUV 175.89 152.89 72.44 -
System Red Green Blue C M Y K H S L
Decimal 98 207 220 0.55 0.06 0 0.14 186.39 0.64 0.62
Hex 62 CF DC 37 6 0 E BA 40 3E
Octal 142 317 334 67 6 0 16 272 100 76
Binary 1100010 11001111 11011100 110111 110 0 1110 10111010 1000000 111110

Color Harmonies of #62CFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62CFDC

Black with #62CFDC

Text Example


Text Example

White with #62CFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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