Html Css Color HEX #68CEEC Turquoise Blue

📋 copy color: '#68CEEC'

red 104 ◦ green 206 ◦ blue 236

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

Shades of Turquoise Blue #68CEEC

Tints of Turquoise Blue #68CEEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 43.22%

R = 19.05%
G = 37.73%
B = 43.22%

CMYK

 C value IS 0.56

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#68CEEC (or 0x68CEEC) is known color: Turquoise Blue. HEX triplet: 68, CE and EC. RGB value is (104,206,236). Sum of RGB (Red+Green+Blue) = 104+206+236=546 (72% of max value = 765). Red value is 104 (41.02% from 255 or 19.05% from 546); Green value is 206 (80.86% from 255 or 37.73% from 546); Blue value is 236 (92.58% from 255 or 43.22% from 546); Max value from RGB is 236 - color contains mainly: blue. Hex color #68CEEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68CEEC is #973113. Grayscale: #B2B2B2. Windows color (decimal): -9908500 or 15519336. OLE color: 15519336.

HSL color Cylindrical-coordinate representation of color #68CEEC: hue angle of 193.64º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68CEEC is Cyan = 0.56, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 104 206 236 -
CMYK 0.56 0.13 0 0.07
HSL 193.64º 0.78% 0.67% -
HSV(B) 193.64º 0.56% 0.93% -
XYZ 42.92 53.14 87.35 -
YUV 178.92 160.21 74.56 -
System Red Green Blue C M Y K H S L
Decimal 104 206 236 0.56 0.13 0 0.07 193.64 0.78 0.67
Hex 68 CE EC 38 D 0 7 C2 4E 43
Octal 150 316 354 70 15 0 7 302 116 103
Binary 1101000 11001110 11101100 111000 1101 0 111 11000010 1001110 1000011

Color Harmonies of #68CEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CEEC

Black with #68CEEC

Text Example


Text Example

White with #68CEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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