Html Css Color HEX #68CEEA Turquoise Blue

📋 copy color: '#68CEEA'

red 104 ◦ green 206 ◦ blue 234

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

Shades of Turquoise Blue #68CEEA

Tints of Turquoise Blue #68CEEA

RGB

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

 GREEN value IS 206 (80.86% from 255) = 37.87%

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

R = 19.12%
G = 37.87%
B = 43.01%

CMYK

 C value IS 0.56

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#68CEEA (or 0x68CEEA) is known color: Turquoise Blue. HEX triplet: 68, CE and EA. RGB value is (104,206,234). Sum of RGB (Red+Green+Blue) = 104+206+234=544 (72% of max value = 765). Red value is 104 (41.02% from 255 or 19.12% from 544); Green value is 206 (80.86% from 255 or 37.87% from 544); Blue value is 234 (91.80% from 255 or 43.01% from 544); Max value from RGB is 234 - color contains mainly: blue. Hex color #68CEEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68CEEA is #973115. Grayscale: #B2B2B2. Windows color (decimal): -9908502 or 15388264. OLE color: 15388264.

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

Color convert

RGB 104 206 234 -
CMYK 0.56 0.12 0 0.08
HSL 192.92º 0.76% 0.66% -
HSV(B) 192.92º 0.56% 0.92% -
XYZ 42.63 53.03 85.83 -
YUV 178.69 159.21 74.72 -
System Red Green Blue C M Y K H S L
Decimal 104 206 234 0.56 0.12 0 0.08 192.92 0.76 0.66
Hex 68 CE EA 38 C 0 8 C1 4C 42
Octal 150 316 352 70 14 0 10 301 114 102
Binary 1101000 11001110 11101010 111000 1100 0 1000 11000001 1001100 1000010

Color Harmonies of #68CEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CEEA

Black with #68CEEA

Text Example


Text Example

White with #68CEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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