Html Css Color HEX #68DFD8 Turquoise Blue

📋 copy color: '#68DFD8'

red 104 ◦ green 223 ◦ blue 216

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

Shades of Turquoise Blue #68DFD8

Tints of Turquoise Blue #68DFD8

RGB

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

 GREEN value IS 223 (87.5% from 255) = 41.07%

 BLUE value IS 216 (84.77% from 255) = 39.78%

R = 19.15%
G = 41.07%
B = 39.78%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#68DFD8 (or 0x68DFD8) is known color: Turquoise Blue. HEX triplet: 68, DF and D8. RGB value is (104,223,216). Sum of RGB (Red+Green+Blue) = 104+223+216=543 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.15% from 543); Green value is 223 (87.5% from 255 or 41.07% from 543); Blue value is 216 (84.77% from 255 or 39.78% from 543); Max value from RGB is 223 - color contains mainly: green. Hex color #68DFD8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DFD8 is #972027. Grayscale: #BABABA. Windows color (decimal): -9904168 or 14212968. OLE color: 14212968.

HSL color Cylindrical-coordinate representation of color #68DFD8: hue angle of 176.47º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68DFD8 is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB 104 223 216 -
CMYK 0.53 0 0.03 0.13
HSL 176.47º 0.65% 0.64% -
HSV(B) 176.47º 0.53% 0.87% -
XYZ 44.49 60.68 74.33 -
YUV 186.62 144.58 69.07 -
System Red Green Blue C M Y K H S L
Decimal 104 223 216 0.53 0 0.03 0.13 176.47 0.65 0.64
Hex 68 DF D8 35 0 3 D B0 41 40
Octal 150 337 330 65 0 3 15 260 101 100
Binary 1101000 11011111 11011000 110101 0 11 1101 10110000 1000001 1000000

Color Harmonies of #68DFD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DFD8

Black with #68DFD8

Text Example


Text Example

White with #68DFD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,223,216); }

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

background-color css

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

 a { background-color: rgb(104,223,216); }

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

border-color css

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

 span { border-color: rgb(104,223,216); }

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