Html Css Color HEX #62CFEB Turquoise Blue

📋 copy color: '#62CFEB'

red 98 ◦ green 207 ◦ blue 235

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

Shades of Turquoise Blue #62CFEB

Tints of Turquoise Blue #62CFEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 43.52%

R = 18.15%
G = 38.33%
B = 43.52%

CMYK

 C value IS 0.58

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#62CFEB (or 0x62CFEB) is known color: Turquoise Blue. HEX triplet: 62, CF and EB. RGB value is (98,207,235). Sum of RGB (Red+Green+Blue) = 98+207+235=540 (71% of max value = 765). Red value is 98 (38.67% from 255 or 18.15% from 540); Green value is 207 (81.25% from 255 or 38.33% from 540); Blue value is 235 (92.19% from 255 or 43.52% from 540); Max value from RGB is 235 - color contains mainly: blue. Hex color #62CFEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #62CFEB is #9D3014. Grayscale: #B1B1B1. Windows color (decimal): -10301461 or 15454050. OLE color: 15454050.

HSL color Cylindrical-coordinate representation of color #62CFEB: hue angle of 192.26º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #62CFEB is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 98 207 235 -
CMYK 0.58 0.12 0 0.08
HSL 192.26º 0.77% 0.65% -
HSV(B) 192.26º 0.58% 0.92% -
XYZ 42.35 53.22 86.64 -
YUV 177.6 160.39 71.22 -
System Red Green Blue C M Y K H S L
Decimal 98 207 235 0.58 0.12 0 0.08 192.26 0.77 0.65
Hex 62 CF EB 3A C 0 8 C0 4D 41
Octal 142 317 353 72 14 0 10 300 115 101
Binary 1100010 11001111 11101011 111010 1100 0 1000 11000000 1001101 1000001

Color Harmonies of #62CFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62CFEB

Black with #62CFEB

Text Example


Text Example

White with #62CFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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