Html Css Color HEX #68D1EF Turquoise Blue

📋 copy color: '#68D1EF'

red 104 ◦ green 209 ◦ blue 239

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

Shades of Turquoise Blue #68D1EF

Tints of Turquoise Blue #68D1EF

RGB

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

 GREEN value IS 209 (82.03% from 255) = 37.86%

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

R = 18.84%
G = 37.86%
B = 43.3%

CMYK

 C value IS 0.56

 M value IS 0.13

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#68D1EF (or 0x68D1EF) is known color: Turquoise Blue. HEX triplet: 68, D1 and EF. RGB value is (104,209,239). Sum of RGB (Red+Green+Blue) = 104+209+239=552 (73% of max value = 765). Red value is 104 (41.02% from 255 or 18.84% from 552); Green value is 209 (82.03% from 255 or 37.86% from 552); Blue value is 239 (93.75% from 255 or 43.30% from 552); Max value from RGB is 239 - color contains mainly: blue. Hex color #68D1EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68D1EF is #972E10. Grayscale: #B4B4B4. Windows color (decimal): -9907729 or 15716712. OLE color: 15716712.

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

Color convert

RGB 104 209 239 -
CMYK 0.56 0.13 0 0.06
HSL 193.33º 0.81% 0.67% -
HSV(B) 193.33º 0.56% 0.94% -
XYZ 44.09 54.78 89.91 -
YUV 181.03 160.71 73.06 -
System Red Green Blue C M Y K H S L
Decimal 104 209 239 0.56 0.13 0 0.06 193.33 0.81 0.67
Hex 68 D1 EF 38 D 0 6 C1 51 43
Octal 150 321 357 70 15 0 6 301 121 103
Binary 1101000 11010001 11101111 111000 1101 0 110 11000001 1010001 1000011

Color Harmonies of #68D1EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68D1EF

Black with #68D1EF

Text Example


Text Example

White with #68D1EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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