Html Css Color HEX #62CBF0 Turquoise Blue

📋 copy color: '#62CBF0'

red 98 ◦ green 203 ◦ blue 240

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

Shades of Turquoise Blue #62CBF0

Tints of Turquoise Blue #62CBF0

RGB

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

 GREEN value IS 203 (79.69% from 255) = 37.52%

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

R = 18.11%
G = 37.52%
B = 44.36%

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

#62CBF0 (or 0x62CBF0) is known color: Turquoise Blue. HEX triplet: 62, CB and F0. RGB value is (98,203,240). Sum of RGB (Red+Green+Blue) = 98+203+240=541 (71% of max value = 765). Red value is 98 (38.67% from 255 or 18.11% from 541); Green value is 203 (79.69% from 255 or 37.52% from 541); Blue value is 240 (94.14% from 255 or 44.36% from 541); Max value from RGB is 240 - color contains mainly: blue. Hex color #62CBF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #62CBF0 is #9D340F. Grayscale: #AFAFAF. Windows color (decimal): -10302480 or 15780706. OLE color: 15780706.

HSL color Cylindrical-coordinate representation of color #62CBF0: hue angle of 195.63º 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 #62CBF0 is Cyan = 0.59, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 98 203 240 -
CMYK 0.59 0.15 0 0.06
HSL 195.63º 0.83% 0.66% -
HSV(B) 195.63º 0.59% 0.94% -
XYZ 42.12 51.6 90.18 -
YUV 175.82 164.21 72.49 -
System Red Green Blue C M Y K H S L
Decimal 98 203 240 0.59 0.15 0 0.06 195.63 0.83 0.66
Hex 62 CB F0 3B F 0 6 C4 53 42
Octal 142 313 360 73 17 0 6 304 123 102
Binary 1100010 11001011 11110000 111011 1111 0 110 11000100 1010011 1000010

Color Harmonies of #62CBF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62CBF0

Black with #62CBF0

Text Example


Text Example

White with #62CBF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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