Html Css Color HEX #68CEEF Turquoise Blue

📋 copy color: '#68CEEF'

red 104 ◦ green 206 ◦ blue 239

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

Shades of Turquoise Blue #68CEEF

Tints of Turquoise Blue #68CEEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 43.53%

R = 18.94%
G = 37.52%
B = 43.53%

CMYK

 C value IS 0.56

 M value IS 0.14

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#68CEEF (or 0x68CEEF) is known color: Turquoise Blue. HEX triplet: 68, CE and EF. RGB value is (104,206,239). Sum of RGB (Red+Green+Blue) = 104+206+239=549 (72% of max value = 765). Red value is 104 (41.02% from 255 or 18.94% from 549); Green value is 206 (80.86% from 255 or 37.52% from 549); Blue value is 239 (93.75% from 255 or 43.53% from 549); Max value from RGB is 239 - color contains mainly: blue. Hex color #68CEEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68CEEF is #973110. Grayscale: #B3B3B3. Windows color (decimal): -9908497 or 15715944. OLE color: 15715944.

HSL color Cylindrical-coordinate representation of color #68CEEF: hue angle of 194.67º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68CEEF is Cyan = 0.56, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 104 206 239 -
CMYK 0.56 0.14 0 0.06
HSL 194.67º 0.81% 0.67% -
HSV(B) 194.67º 0.56% 0.94% -
XYZ 43.36 53.32 89.67 -
YUV 179.26 161.71 74.32 -
System Red Green Blue C M Y K H S L
Decimal 104 206 239 0.56 0.14 0 0.06 194.67 0.81 0.67
Hex 68 CE EF 38 E 0 6 C3 51 43
Octal 150 316 357 70 16 0 6 303 121 103
Binary 1101000 11001110 11101111 111000 1110 0 110 11000011 1010001 1000011

Color Harmonies of #68CEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CEEF

Black with #68CEEF

Text Example


Text Example

White with #68CEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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