Html Css Color HEX #68DBE0 Turquoise Blue

📋 copy color: '#68DBE0'

red 104 ◦ green 219 ◦ blue 224

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

Shades of Turquoise Blue #68DBE0

Tints of Turquoise Blue #68DBE0

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.04%

 BLUE value IS 224 (87.89% from 255) = 40.95%

R = 19.01%
G = 40.04%
B = 40.95%

CMYK

 C value IS 0.54

 M value IS 0.02

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#68DBE0 (or 0x68DBE0) is known color: Turquoise Blue. HEX triplet: 68, DB and E0. RGB value is (104,219,224). Sum of RGB (Red+Green+Blue) = 104+219+224=547 (72% of max value = 765). Red value is 104 (41.02% from 255 or 19.01% from 547); Green value is 219 (85.94% from 255 or 40.04% from 547); Blue value is 224 (87.89% from 255 or 40.95% from 547); Max value from RGB is 224 - color contains mainly: blue. Hex color #68DBE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DBE0 is #97241F. Grayscale: #B9B9B9. Windows color (decimal): -9905184 or 14736232. OLE color: 14736232.

HSL color Cylindrical-coordinate representation of color #68DBE0: hue angle of 182.5º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #68DBE0 is Cyan = 0.54, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 104 219 224 -
CMYK 0.54 0.02 0 0.12
HSL 182.5º 0.66% 0.64% -
HSV(B) 182.5º 0.54% 0.88% -
XYZ 44.49 58.99 79.56 -
YUV 185.19 149.9 70.09 -
System Red Green Blue C M Y K H S L
Decimal 104 219 224 0.54 0.02 0 0.12 182.5 0.66 0.64
Hex 68 DB E0 36 2 0 C B6 42 40
Octal 150 333 340 66 2 0 14 266 102 100
Binary 1101000 11011011 11100000 110110 10 0 1100 10110110 1000010 1000000

Color Harmonies of #68DBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DBE0

Black with #68DBE0

Text Example


Text Example

White with #68DBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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