Html Css Color HEX #68D4EB Turquoise Blue

📋 copy color: '#68D4EB'

red 104 ◦ green 212 ◦ blue 235

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

Shades of Turquoise Blue #68D4EB

Tints of Turquoise Blue #68D4EB

RGB

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

 GREEN value IS 212 (83.2% from 255) = 38.48%

 BLUE value IS 235 (92.19% from 255) = 42.65%

R = 18.87%
G = 38.48%
B = 42.65%

CMYK

 C value IS 0.56

 M value IS 0.10

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#68D4EB (or 0x68D4EB) is known color: Turquoise Blue. HEX triplet: 68, D4 and EB. RGB value is (104,212,235). Sum of RGB (Red+Green+Blue) = 104+212+235=551 (72% of max value = 765). Red value is 104 (41.02% from 255 or 18.87% from 551); Green value is 212 (83.20% from 255 or 38.48% from 551); Blue value is 235 (92.19% from 255 or 42.65% from 551); Max value from RGB is 235 - color contains mainly: blue. Hex color #68D4EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68D4EB is #972B14. Grayscale: #B6B6B6. Windows color (decimal): -9906965 or 15455336. OLE color: 15455336.

HSL color Cylindrical-coordinate representation of color #68D4EB: hue angle of 190.53º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68D4EB is Cyan = 0.56, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 104 212 235 -
CMYK 0.56 0.10 0 0.08
HSL 190.53º 0.77% 0.66% -
HSV(B) 190.53º 0.56% 0.92% -
XYZ 44.25 56.03 87.08 -
YUV 182.33 157.72 72.13 -
System Red Green Blue C M Y K H S L
Decimal 104 212 235 0.56 0.10 0 0.08 190.53 0.77 0.66
Hex 68 D4 EB 38 A 0 8 BF 4D 42
Octal 150 324 353 70 12 0 10 277 115 102
Binary 1101000 11010100 11101011 111000 1010 0 1000 10111111 1001101 1000010

Color Harmonies of #68D4EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68D4EB

Black with #68D4EB

Text Example


Text Example

White with #68D4EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,212,235); }

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

background-color css

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

 a { background-color: rgb(104,212,235); }

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

border-color css

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

 span { border-color: rgb(104,212,235); }

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