Html Css Color HEX #62DDFF Turquoise Blue

📋 copy color: '#62DDFF'

red 98 ◦ green 221 ◦ blue 255

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

Shades of Turquoise Blue #62DDFF

Tints of Turquoise Blue #62DDFF

RGB

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

 GREEN value IS 221 (86.72% from 255) = 38.5%

 BLUE value IS 255 (100% from 255) = 44.43%

R = 17.07%
G = 38.5%
B = 44.43%

CMYK

 C value IS 0.62

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#62DDFF (or 0x62DDFF) is known color: Turquoise Blue. HEX triplet: 62, DD and FF. RGB value is (98,221,255). Sum of RGB (Red+Green+Blue) = 98+221+255=574 (76% of max value = 765). Red value is 98 (38.67% from 255 or 17.07% from 574); Green value is 221 (86.72% from 255 or 38.50% from 574); Blue value is 255 (100% from 255 or 44.43% from 574); Max value from RGB is 255 - color contains mainly: blue. Hex color #62DDFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #62DDFF is #9D2200. Grayscale: #BBBBBB. Windows color (decimal): -10297857 or 16768354. OLE color: 16768354.

HSL color Cylindrical-coordinate representation of color #62DDFF: hue angle of 192.99º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #62DDFF is Cyan = 0.62, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 98 221 255 -
CMYK 0.62 0.13 0 0
HSL 192.99º 1% 0.69% -
HSV(B) 192.99º 0.62% 1% -
XYZ 48.94 61.53 103.9 -
YUV 188.1 165.75 63.74 -
System Red Green Blue C M Y K H S L
Decimal 98 221 255 0.62 0.13 0 0 192.99 1 0.69
Hex 62 DD FF 3E D 0 0 C1 64 45
Octal 142 335 377 76 15 0 0 301 144 105
Binary 1100010 11011101 11111111 111110 1101 0 0 11000001 1100100 1000101

Color Harmonies of #62DDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62DDFF

Black with #62DDFF

Text Example


Text Example

White with #62DDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,221,255); }

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

background-color css

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

 a { background-color: rgb(98,221,255); }

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

border-color css

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

 span { border-color: rgb(98,221,255); }

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