Html Css Color HEX #68D2EF Turquoise Blue

📋 copy color: '#68D2EF'

red 104 ◦ green 210 ◦ blue 239

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

Shades of Turquoise Blue #68D2EF

Tints of Turquoise Blue #68D2EF

RGB

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

 GREEN value IS 210 (82.42% from 255) = 37.97%

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

R = 18.81%
G = 37.97%
B = 43.22%

CMYK

 C value IS 0.56

 M value IS 0.12

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#68D2EF (or 0x68D2EF) is known color: Turquoise Blue. HEX triplet: 68, D2 and EF. RGB value is (104,210,239). Sum of RGB (Red+Green+Blue) = 104+210+239=553 (73% of max value = 765). Red value is 104 (41.02% from 255 or 18.81% from 553); Green value is 210 (82.42% from 255 or 37.97% from 553); Blue value is 239 (93.75% from 255 or 43.22% from 553); Max value from RGB is 239 - color contains mainly: blue. Hex color #68D2EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68D2EF is #972D10. Grayscale: #B5B5B5. Windows color (decimal): -9907473 or 15716968. OLE color: 15716968.

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

Color convert

RGB 104 210 239 -
CMYK 0.56 0.12 0 0.06
HSL 192.89º 0.81% 0.67% -
HSV(B) 192.89º 0.56% 0.94% -
XYZ 44.34 55.27 89.99 -
YUV 181.61 160.38 72.64 -
System Red Green Blue C M Y K H S L
Decimal 104 210 239 0.56 0.12 0 0.06 192.89 0.81 0.67
Hex 68 D2 EF 38 C 0 6 C1 51 43
Octal 150 322 357 70 14 0 6 301 121 103
Binary 1101000 11010010 11101111 111000 1100 0 110 11000001 1010001 1000011

Color Harmonies of #68D2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68D2EF

Black with #68D2EF

Text Example


Text Example

White with #68D2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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