Html Css Color HEX #62CDEF Turquoise Blue

📋 copy color: '#62CDEF'

red 98 ◦ green 205 ◦ blue 239

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

Shades of Turquoise Blue #62CDEF

Tints of Turquoise Blue #62CDEF

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37.82%

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

R = 18.08%
G = 37.82%
B = 44.1%

CMYK

 C value IS 0.59

 M value IS 0.14

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#62CDEF (or 0x62CDEF) is known color: Turquoise Blue. HEX triplet: 62, CD and EF. RGB value is (98,205,239). Sum of RGB (Red+Green+Blue) = 98+205+239=542 (71% of max value = 765). Red value is 98 (38.67% from 255 or 18.08% from 542); Green value is 205 (80.47% from 255 or 37.82% from 542); Blue value is 239 (93.75% from 255 or 44.10% from 542); Max value from RGB is 239 - color contains mainly: blue. Hex color #62CDEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #62CDEF is #9D3210. Grayscale: #B0B0B0. Windows color (decimal): -10301969 or 15715682. OLE color: 15715682.

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

Color convert

RGB 98 205 239 -
CMYK 0.59 0.14 0 0.06
HSL 194.47º 0.82% 0.66% -
HSV(B) 194.47º 0.59% 0.94% -
XYZ 42.45 52.49 89.56 -
YUV 176.88 163.05 71.74 -
System Red Green Blue C M Y K H S L
Decimal 98 205 239 0.59 0.14 0 0.06 194.47 0.82 0.66
Hex 62 CD EF 3B E 0 6 C2 52 42
Octal 142 315 357 73 16 0 6 302 122 102
Binary 1100010 11001101 11101111 111011 1110 0 110 11000010 1010010 1000010

Color Harmonies of #62CDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62CDEF

Black with #62CDEF

Text Example


Text Example

White with #62CDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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