Html Css Color HEX #68D2E9 Turquoise Blue

📋 copy color: '#68D2E9'

red 104 ◦ green 210 ◦ blue 233

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

Shades of Turquoise Blue #68D2E9

Tints of Turquoise Blue #68D2E9

RGB

 RED value IS 104 (41.02% from 255) = 19.01%

 GREEN value IS 210 (82.42% from 255) = 38.39%

 BLUE value IS 233 (91.41% from 255) = 42.6%

R = 19.01%
G = 38.39%
B = 42.6%

CMYK

 C value IS 0.55

 M value IS 0.10

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#68D2E9 (or 0x68D2E9) is known color: Turquoise Blue. HEX triplet: 68, D2 and E9. RGB value is (104,210,233). Sum of RGB (Red+Green+Blue) = 104+210+233=547 (72% of max value = 765). Red value is 104 (41.02% from 255 or 19.01% from 547); Green value is 210 (82.42% from 255 or 38.39% from 547); Blue value is 233 (91.41% from 255 or 42.60% from 547); Max value from RGB is 233 - color contains mainly: blue. Hex color #68D2E9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68D2E9 is #972D16. Grayscale: #B4B4B4. Windows color (decimal): -9907479 or 15323752. OLE color: 15323752.

HSL color Cylindrical-coordinate representation of color #68D2E9: hue angle of 190.7º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68D2E9 is Cyan = 0.55, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 104 210 233 -
CMYK 0.55 0.10 0 0.09
HSL 190.7º 0.75% 0.66% -
HSV(B) 190.7º 0.55% 0.91% -
XYZ 43.46 54.92 85.4 -
YUV 180.93 157.38 73.13 -
System Red Green Blue C M Y K H S L
Decimal 104 210 233 0.55 0.10 0 0.09 190.7 0.75 0.66
Hex 68 D2 E9 37 A 0 9 BF 4B 42
Octal 150 322 351 67 12 0 11 277 113 102
Binary 1101000 11010010 11101001 110111 1010 0 1001 10111111 1001011 1000010

Color Harmonies of #68D2E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68D2E9

Black with #68D2E9

Text Example


Text Example

White with #68D2E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68D2E9; }

 p { color: rgb(104,210,233); }

 H1.HeaderClassName
 {
   color: #68D2E9;
 }
 .AnyTagClassName
 {
   color: #68D2E9;
 }
</style>

background-color css

<style>
 a { background-color: #68D2E9; }

 a { background-color: rgb(104,210,233); }

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

border-color css

<style>
 span { border-color: #68D2E9; }

 span { border-color: rgb(104,210,233); }

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