Html Css Color HEX #68EFEC Turquoise Blue

📋 copy color: '#68EFEC'

red 104 ◦ green 239 ◦ blue 236

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

Shades of Turquoise Blue #68EFEC

Tints of Turquoise Blue #68EFEC

RGB

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

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

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

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

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

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

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

Color convert

RGB 104 239 236 -
CMYK 0.56 0 0.01 0.06
HSL 178.67º 0.81% 0.67% -
HSV(B) 178.67º 0.56% 0.94% -
XYZ 51.72 70.73 90.28 -
YUV 198.29 149.27 60.74 -
System Red Green Blue C M Y K H S L
Decimal 104 239 236 0.56 0 0.01 0.06 178.67 0.81 0.67
Hex 68 EF EC 38 0 1 6 B3 51 43
Octal 150 357 354 70 0 1 6 263 121 103
Binary 1101000 11101111 11101100 111000 0 1 110 10110011 1010001 1000011

Color Harmonies of #68EFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68EFEC

Black with #68EFEC

Text Example


Text Example

White with #68EFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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