Html Css Color HEX #62CCF0 Turquoise Blue

📋 copy color: '#62CCF0'

red 98 ◦ green 204 ◦ blue 240

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

Shades of Turquoise Blue #62CCF0

Tints of Turquoise Blue #62CCF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 44.28%

R = 18.08%
G = 37.64%
B = 44.28%

CMYK

 C value IS 0.59

 M value IS 0.15

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#62CCF0 (or 0x62CCF0) is known color: Turquoise Blue. HEX triplet: 62, CC and F0. RGB value is (98,204,240). Sum of RGB (Red+Green+Blue) = 98+204+240=542 (71% of max value = 765). Red value is 98 (38.67% from 255 or 18.08% from 542); Green value is 204 (80.08% from 255 or 37.64% from 542); Blue value is 240 (94.14% from 255 or 44.28% from 542); Max value from RGB is 240 - color contains mainly: blue. Hex color #62CCF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #62CCF0 is #9D330F. Grayscale: #B0B0B0. Windows color (decimal): -10302224 or 15780962. OLE color: 15780962.

HSL color Cylindrical-coordinate representation of color #62CCF0: hue angle of 195.21º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #62CCF0 is Cyan = 0.59, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 98 204 240 -
CMYK 0.59 0.15 0 0.06
HSL 195.21º 0.83% 0.66% -
HSV(B) 195.21º 0.59% 0.94% -
XYZ 42.36 52.07 90.26 -
YUV 176.41 163.88 72.07 -
System Red Green Blue C M Y K H S L
Decimal 98 204 240 0.59 0.15 0 0.06 195.21 0.83 0.66
Hex 62 CC F0 3B F 0 6 C3 53 42
Octal 142 314 360 73 17 0 6 303 123 102
Binary 1100010 11001100 11110000 111011 1111 0 110 11000011 1010011 1000010

Color Harmonies of #62CCF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62CCF0

Black with #62CCF0

Text Example


Text Example

White with #62CCF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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