Html Css Color HEX #62CBEF Turquoise Blue

📋 copy color: '#62CBEF'

red 98 ◦ green 203 ◦ blue 239

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

Shades of Turquoise Blue #62CBEF

Tints of Turquoise Blue #62CBEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 44.26%

R = 18.15%
G = 37.59%
B = 44.26%

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

#62CBEF (or 0x62CBEF) is known color: Turquoise Blue. HEX triplet: 62, CB and EF. RGB value is (98,203,239). Sum of RGB (Red+Green+Blue) = 98+203+239=540 (71% of max value = 765). Red value is 98 (38.67% from 255 or 18.15% from 540); Green value is 203 (79.69% from 255 or 37.59% from 540); Blue value is 239 (93.75% from 255 or 44.26% from 540); Max value from RGB is 239 - color contains mainly: blue. Hex color #62CBEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #62CBEF is #9D3410. Grayscale: #AFAFAF. Windows color (decimal): -10302481 or 15715170. OLE color: 15715170.

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

Color convert

RGB 98 203 239 -
CMYK 0.59 0.15 0 0.06
HSL 195.32º 0.82% 0.66% -
HSV(B) 195.32º 0.59% 0.94% -
XYZ 41.97 51.54 89.4 -
YUV 175.71 163.71 72.57 -
System Red Green Blue C M Y K H S L
Decimal 98 203 239 0.59 0.15 0 0.06 195.32 0.82 0.66
Hex 62 CB EF 3B F 0 6 C3 52 42
Octal 142 313 357 73 17 0 6 303 122 102
Binary 1100010 11001011 11101111 111011 1111 0 110 11000011 1010010 1000010

Color Harmonies of #62CBEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62CBEF

Black with #62CBEF

Text Example


Text Example

White with #62CBEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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