Html Css Color HEX #68D8EB Turquoise Blue

📋 copy color: '#68D8EB'

red 104 ◦ green 216 ◦ blue 235

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

Shades of Turquoise Blue #68D8EB

Tints of Turquoise Blue #68D8EB

RGB

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

 GREEN value IS 216 (84.77% from 255) = 38.92%

 BLUE value IS 235 (92.19% from 255) = 42.34%

R = 18.74%
G = 38.92%
B = 42.34%

CMYK

 C value IS 0.56

 M value IS 0.08

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#68D8EB (or 0x68D8EB) is known color: Turquoise Blue. HEX triplet: 68, D8 and EB. RGB value is (104,216,235). Sum of RGB (Red+Green+Blue) = 104+216+235=555 (73% of max value = 765). Red value is 104 (41.02% from 255 or 18.74% from 555); Green value is 216 (84.77% from 255 or 38.92% from 555); Blue value is 235 (92.19% from 255 or 42.34% from 555); Max value from RGB is 235 - color contains mainly: blue. Hex color #68D8EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68D8EB is #972714. Grayscale: #B8B8B8. Windows color (decimal): -9905941 or 15456360. OLE color: 15456360.

HSL color Cylindrical-coordinate representation of color #68D8EB: hue angle of 188.7º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68D8EB is Cyan = 0.56, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 104 216 235 -
CMYK 0.56 0.08 0 0.08
HSL 188.7º 0.77% 0.66% -
HSV(B) 188.7º 0.56% 0.92% -
XYZ 45.26 58.05 87.42 -
YUV 184.68 156.39 70.46 -
System Red Green Blue C M Y K H S L
Decimal 104 216 235 0.56 0.08 0 0.08 188.7 0.77 0.66
Hex 68 D8 EB 38 8 0 8 BD 4D 42
Octal 150 330 353 70 10 0 10 275 115 102
Binary 1101000 11011000 11101011 111000 1000 0 1000 10111101 1001101 1000010

Color Harmonies of #68D8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68D8EB

Black with #68D8EB

Text Example


Text Example

White with #68D8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,216,235); }

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

background-color css

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

 a { background-color: rgb(104,216,235); }

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

border-color css

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

 span { border-color: rgb(104,216,235); }

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