Html Css Color HEX #62CFE5 Turquoise Blue

📋 copy color: '#62CFE5'

red 98 ◦ green 207 ◦ blue 229

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

Shades of Turquoise Blue #62CFE5

Tints of Turquoise Blue #62CFE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 42.88%

R = 18.35%
G = 38.76%
B = 42.88%

CMYK

 C value IS 0.57

 M value IS 0.10

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#62CFE5 (or 0x62CFE5) is known color: Turquoise Blue. HEX triplet: 62, CF and E5. RGB value is (98,207,229). Sum of RGB (Red+Green+Blue) = 98+207+229=534 (70% of max value = 765). Red value is 98 (38.67% from 255 or 18.35% from 534); Green value is 207 (81.25% from 255 or 38.76% from 534); Blue value is 229 (89.84% from 255 or 42.88% from 534); Max value from RGB is 229 - color contains mainly: blue. Hex color #62CFE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62CFE5 is #9D301A. Grayscale: #B0B0B0. Windows color (decimal): -10301467 or 15060834. OLE color: 15060834.

HSL color Cylindrical-coordinate representation of color #62CFE5: hue angle of 190.08º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #62CFE5 is Cyan = 0.57, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 98 207 229 -
CMYK 0.57 0.10 0 0.10
HSL 190.08º 0.72% 0.64% -
HSV(B) 190.08º 0.57% 0.9% -
XYZ 41.49 52.88 82.15 -
YUV 176.92 157.39 71.71 -
System Red Green Blue C M Y K H S L
Decimal 98 207 229 0.57 0.10 0 0.10 190.08 0.72 0.64
Hex 62 CF E5 39 A 0 A BE 48 40
Octal 142 317 345 71 12 0 12 276 110 100
Binary 1100010 11001111 11100101 111001 1010 0 1010 10111110 1001000 1000000

Color Harmonies of #62CFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62CFE5

Black with #62CFE5

Text Example


Text Example

White with #62CFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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