Html Css Color HEX #68EFDB Turquoise Blue

📋 copy color: '#68EFDB'

red 104 ◦ green 239 ◦ blue 219

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

Shades of Turquoise Blue #68EFDB

Tints of Turquoise Blue #68EFDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.97%

R = 18.51%
G = 42.53%
B = 38.97%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#68EFDB (or 0x68EFDB) is known color: Turquoise Blue. HEX triplet: 68, EF and DB. RGB value is (104,239,219). Sum of RGB (Red+Green+Blue) = 104+239+219=562 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.51% from 562); Green value is 239 (93.75% from 255 or 42.53% from 562); Blue value is 219 (85.94% from 255 or 38.97% from 562); Max value from RGB is 239 - color contains mainly: green. Hex color #68EFDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68EFDB is #971024. Grayscale: #C4C4C4. Windows color (decimal): -9900069 or 14413672. OLE color: 14413672.

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

Color convert

RGB 104 239 219 -
CMYK 0.56 0 0.08 0.06
HSL 171.11º 0.81% 0.67% -
HSV(B) 171.11º 0.56% 0.94% -
XYZ 49.36 69.79 77.89 -
YUV 196.36 140.77 62.13 -
System Red Green Blue C M Y K H S L
Decimal 104 239 219 0.56 0 0.08 0.06 171.11 0.81 0.67
Hex 68 EF DB 38 0 8 6 AB 51 43
Octal 150 357 333 70 0 10 6 253 121 103
Binary 1101000 11101111 11011011 111000 0 1000 110 10101011 1010001 1000011

Color Harmonies of #68EFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68EFDB

Black with #68EFDB

Text Example


Text Example

White with #68EFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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