Html Css Color HEX #68EFDF Turquoise Blue

📋 copy color: '#68EFDF'

red 104 ◦ green 239 ◦ blue 223

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

Shades of Turquoise Blue #68EFDF

Tints of Turquoise Blue #68EFDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.4%

R = 18.37%
G = 42.23%
B = 39.4%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#68EFDF (or 0x68EFDF) is known color: Turquoise Blue. HEX triplet: 68, EF and DF. RGB value is (104,239,223). Sum of RGB (Red+Green+Blue) = 104+239+223=566 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.37% from 566); Green value is 239 (93.75% from 255 or 42.23% from 566); Blue value is 223 (87.5% from 255 or 39.40% from 566); Max value from RGB is 239 - color contains mainly: green. Hex color #68EFDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68EFDF is #971020. Grayscale: #C4C4C4. Windows color (decimal): -9900065 or 14675816. OLE color: 14675816.

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

Color convert

RGB 104 239 223 -
CMYK 0.56 0 0.07 0.06
HSL 172.89º 0.81% 0.67% -
HSV(B) 172.89º 0.56% 0.94% -
XYZ 49.89 70 80.69 -
YUV 196.81 142.77 61.8 -
System Red Green Blue C M Y K H S L
Decimal 104 239 223 0.56 0 0.07 0.06 172.89 0.81 0.67
Hex 68 EF DF 38 0 7 6 AD 51 43
Octal 150 357 337 70 0 7 6 255 121 103
Binary 1101000 11101111 11011111 111000 0 111 110 10101101 1010001 1000011

Color Harmonies of #68EFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68EFDF

Black with #68EFDF

Text Example


Text Example

White with #68EFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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