Html Css Color HEX #68ECEC Turquoise Blue

📋 copy color: '#68ECEC'

red 104 ◦ green 236 ◦ blue 236

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

Shades of Turquoise Blue #68ECEC

Tints of Turquoise Blue #68ECEC

RGB

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

 GREEN value IS 236 (92.58% from 255) = 40.97%

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

R = 18.06%
G = 40.97%
B = 40.97%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#68ECEC (or 0x68ECEC) is known color: Turquoise Blue. HEX triplet: 68, EC and EC. RGB value is (104,236,236). Sum of RGB (Red+Green+Blue) = 104+236+236=576 (76% of max value = 765). Red value is 104 (41.02% from 255 or 18.06% from 576); Green value is 236 (92.58% from 255 or 40.97% from 576); Blue value is 236 (92.58% from 255 or 40.97% from 576); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #68ECEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68ECEC is #971313. Grayscale: #C4C4C4. Windows color (decimal): -9900820 or 15527016. OLE color: 15527016.

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

Color convert

RGB 104 236 236 -
CMYK 0.56 0 0 0.07
HSL 180º 0.78% 0.67% -
HSV(B) 180º 0.56% 0.93% -
XYZ 50.84 68.99 89.99 -
YUV 196.53 150.27 62 -
System Red Green Blue C M Y K H S L
Decimal 104 236 236 0.56 0 0 0.07 180 0.78 0.67
Hex 68 EC EC 38 0 0 7 B4 4E 43
Octal 150 354 354 70 0 0 7 264 116 103
Binary 1101000 11101100 11101100 111000 0 0 111 10110100 1001110 1000011

Color Harmonies of #68ECEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68ECEC

Black with #68ECEC

Text Example


Text Example

White with #68ECEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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