Html Css Color HEX #62CFDA Turquoise Blue

📋 copy color: '#62CFDA'

red 98 ◦ green 207 ◦ blue 218

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

Shades of Turquoise Blue #62CFDA

Tints of Turquoise Blue #62CFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.68%

R = 18.74%
G = 39.58%
B = 41.68%

CMYK

 C value IS 0.55

 M value IS 0.05

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#62CFDA (or 0x62CFDA) is known color: Turquoise Blue. HEX triplet: 62, CF and DA. RGB value is (98,207,218). Sum of RGB (Red+Green+Blue) = 98+207+218=523 (69% of max value = 765). Red value is 98 (38.67% from 255 or 18.74% from 523); Green value is 207 (81.25% from 255 or 39.58% from 523); Blue value is 218 (85.55% from 255 or 41.68% from 523); Max value from RGB is 218 - color contains mainly: blue. Hex color #62CFDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62CFDA is #9D3025. Grayscale: #AFAFAF. Windows color (decimal): -10301478 or 14339938. OLE color: 14339938.

HSL color Cylindrical-coordinate representation of color #62CFDA: hue angle of 185.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #62CFDA is Cyan = 0.55, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 98 207 218 -
CMYK 0.55 0.05 0 0.15
HSL 185.5º 0.62% 0.62% -
HSV(B) 185.5º 0.55% 0.85% -
XYZ 40 52.28 74.31 -
YUV 175.66 151.89 72.61 -
System Red Green Blue C M Y K H S L
Decimal 98 207 218 0.55 0.05 0 0.15 185.5 0.62 0.62
Hex 62 CF DA 37 5 0 F BA 3E 3E
Octal 142 317 332 67 5 0 17 272 76 76
Binary 1100010 11001111 11011010 110111 101 0 1111 10111010 111110 111110

Color Harmonies of #62CFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62CFDA

Black with #62CFDA

Text Example


Text Example

White with #62CFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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