Html Css Color HEX #68DCE5 Turquoise Blue

📋 copy color: '#68DCE5'

red 104 ◦ green 220 ◦ blue 229

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

Shades of Turquoise Blue #68DCE5

Tints of Turquoise Blue #68DCE5

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.78%

 BLUE value IS 229 (89.84% from 255) = 41.41%

R = 18.81%
G = 39.78%
B = 41.41%

CMYK

 C value IS 0.55

 M value IS 0.04

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#68DCE5 (or 0x68DCE5) is known color: Turquoise Blue. HEX triplet: 68, DC and E5. RGB value is (104,220,229). Sum of RGB (Red+Green+Blue) = 104+220+229=553 (73% of max value = 765). Red value is 104 (41.02% from 255 or 18.81% from 553); Green value is 220 (86.33% from 255 or 39.78% from 553); Blue value is 229 (89.84% from 255 or 41.41% from 553); Max value from RGB is 229 - color contains mainly: blue. Hex color #68DCE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DCE5 is #97231A. Grayscale: #BABABA. Windows color (decimal): -9904923 or 15064168. OLE color: 15064168.

HSL color Cylindrical-coordinate representation of color #68DCE5: hue angle of 184.32º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68DCE5 is Cyan = 0.55, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 104 220 229 -
CMYK 0.55 0.04 0 0.10
HSL 184.32º 0.71% 0.65% -
HSV(B) 184.32º 0.55% 0.9% -
XYZ 45.44 59.79 83.27 -
YUV 186.34 152.07 69.27 -
System Red Green Blue C M Y K H S L
Decimal 104 220 229 0.55 0.04 0 0.10 184.32 0.71 0.65
Hex 68 DC E5 37 4 0 A B8 47 41
Octal 150 334 345 67 4 0 12 270 107 101
Binary 1101000 11011100 11100101 110111 100 0 1010 10111000 1000111 1000001

Color Harmonies of #68DCE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DCE5

Black with #68DCE5

Text Example


Text Example

White with #68DCE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,220,229); }

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

background-color css

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

 a { background-color: rgb(104,220,229); }

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

border-color css

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

 span { border-color: rgb(104,220,229); }

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