Html Css Color HEX #68DDEA Turquoise Blue

📋 copy color: '#68DDEA'

red 104 ◦ green 221 ◦ blue 234

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

Shades of Turquoise Blue #68DDEA

Tints of Turquoise Blue #68DDEA

RGB

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

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

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

R = 18.6%
G = 39.53%
B = 41.86%

CMYK

 C value IS 0.56

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#68DDEA (or 0x68DDEA) is known color: Turquoise Blue. HEX triplet: 68, DD and EA. RGB value is (104,221,234). Sum of RGB (Red+Green+Blue) = 104+221+234=559 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.60% from 559); Green value is 221 (86.72% from 255 or 39.53% from 559); Blue value is 234 (91.80% from 255 or 41.86% from 559); Max value from RGB is 234 - color contains mainly: blue. Hex color #68DDEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68DDEA is #972215. Grayscale: #BBBBBB. Windows color (decimal): -9904662 or 15392104. OLE color: 15392104.

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

Color convert

RGB 104 221 234 -
CMYK 0.56 0.06 0 0.08
HSL 186º 0.76% 0.66% -
HSV(B) 186º 0.56% 0.92% -
XYZ 46.42 60.6 87.09 -
YUV 187.5 154.24 68.44 -
System Red Green Blue C M Y K H S L
Decimal 104 221 234 0.56 0.06 0 0.08 186 0.76 0.66
Hex 68 DD EA 38 6 0 8 BA 4C 42
Octal 150 335 352 70 6 0 10 272 114 102
Binary 1101000 11011101 11101010 111000 110 0 1000 10111010 1001100 1000010

Color Harmonies of #68DDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DDEA

Black with #68DDEA

Text Example


Text Example

White with #68DDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,221,234); }

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

background-color css

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

 a { background-color: rgb(104,221,234); }

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

border-color css

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

 span { border-color: rgb(104,221,234); }

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