Html Css Color HEX #68ECEF Turquoise Blue

📋 copy color: '#68ECEF'

red 104 ◦ green 236 ◦ blue 239

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

Shades of Turquoise Blue #68ECEF

Tints of Turquoise Blue #68ECEF

RGB

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

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

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

R = 17.96%
G = 40.76%
B = 41.28%

CMYK

 C value IS 0.56

 M value IS 0.01

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#68ECEF (or 0x68ECEF) is known color: Turquoise Blue. HEX triplet: 68, EC and EF. RGB value is (104,236,239). Sum of RGB (Red+Green+Blue) = 104+236+239=579 (76% of max value = 765). Red value is 104 (41.02% from 255 or 17.96% from 579); Green value is 236 (92.58% from 255 or 40.76% from 579); Blue value is 239 (93.75% from 255 or 41.28% from 579); Max value from RGB is 239 - color contains mainly: blue. Hex color #68ECEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68ECEF is #971310. Grayscale: #C4C4C4. Windows color (decimal): -9900817 or 15723624. OLE color: 15723624.

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

Color convert

RGB 104 236 239 -
CMYK 0.56 0.01 0 0.06
HSL 181.33º 0.81% 0.67% -
HSV(B) 181.33º 0.56% 0.94% -
XYZ 51.28 69.17 92.31 -
YUV 196.87 151.77 61.76 -
System Red Green Blue C M Y K H S L
Decimal 104 236 239 0.56 0.01 0 0.06 181.33 0.81 0.67
Hex 68 EC EF 38 1 0 6 B5 51 43
Octal 150 354 357 70 1 0 6 265 121 103
Binary 1101000 11101100 11101111 111000 1 0 110 10110101 1010001 1000011

Color Harmonies of #68ECEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68ECEF

Black with #68ECEF

Text Example


Text Example

White with #68ECEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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