Html Css Color HEX #62DCEA Turquoise Blue

📋 copy color: '#62DCEA'

red 98 ◦ green 220 ◦ blue 234

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

Shades of Turquoise Blue #62DCEA

Tints of Turquoise Blue #62DCEA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.86%

 BLUE value IS 234 (91.8% from 255) = 42.39%

R = 17.75%
G = 39.86%
B = 42.39%

CMYK

 C value IS 0.58

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#62DCEA (or 0x62DCEA) is known color: Turquoise Blue. HEX triplet: 62, DC and EA. RGB value is (98,220,234). Sum of RGB (Red+Green+Blue) = 98+220+234=552 (73% of max value = 765). Red value is 98 (38.67% from 255 or 17.75% from 552); Green value is 220 (86.33% from 255 or 39.86% from 552); Blue value is 234 (91.80% from 255 or 42.39% from 552); Max value from RGB is 234 - color contains mainly: blue. Hex color #62DCEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #62DCEA is #9D2315. Grayscale: #B8B8B8. Windows color (decimal): -10298134 or 15391842. OLE color: 15391842.

HSL color Cylindrical-coordinate representation of color #62DCEA: hue angle of 186.18º degrees, saturation: 0.76, 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 #62DCEA is Cyan = 0.58, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 98 220 234 -
CMYK 0.58 0.06 0 0.08
HSL 186.18º 0.76% 0.65% -
HSV(B) 186.18º 0.58% 0.92% -
XYZ 45.48 59.72 86.97 -
YUV 185.12 155.58 65.86 -
System Red Green Blue C M Y K H S L
Decimal 98 220 234 0.58 0.06 0 0.08 186.18 0.76 0.65
Hex 62 DC EA 3A 6 0 8 BA 4C 41
Octal 142 334 352 72 6 0 10 272 114 101
Binary 1100010 11011100 11101010 111010 110 0 1000 10111010 1001100 1000001

Color Harmonies of #62DCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62DCEA

Black with #62DCEA

Text Example


Text Example

White with #62DCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,220,234); }

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

background-color css

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

 a { background-color: rgb(98,220,234); }

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

border-color css

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

 span { border-color: rgb(98,220,234); }

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