Html Css Color HEX #68DFD5 Turquoise Blue

📋 copy color: '#68DFD5'

red 104 ◦ green 223 ◦ blue 213

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

Shades of Turquoise Blue #68DFD5

Tints of Turquoise Blue #68DFD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 39.44%

R = 19.26%
G = 41.3%
B = 39.44%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#68DFD5 (or 0x68DFD5) is known color: Turquoise Blue. HEX triplet: 68, DF and D5. RGB value is (104,223,213). Sum of RGB (Red+Green+Blue) = 104+223+213=540 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.26% from 540); Green value is 223 (87.5% from 255 or 41.30% from 540); Blue value is 213 (83.59% from 255 or 39.44% from 540); Max value from RGB is 223 - color contains mainly: green. Hex color #68DFD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DFD5 is #97202A. Grayscale: #BABABA. Windows color (decimal): -9904171 or 14016360. OLE color: 14016360.

HSL color Cylindrical-coordinate representation of color #68DFD5: hue angle of 174.96º 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 #68DFD5 is Cyan = 0.53, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB 104 223 213 -
CMYK 0.53 0 0.04 0.13
HSL 174.96º 0.65% 0.64% -
HSV(B) 174.96º 0.53% 0.87% -
XYZ 44.11 60.52 72.31 -
YUV 186.28 143.08 69.31 -
System Red Green Blue C M Y K H S L
Decimal 104 223 213 0.53 0 0.04 0.13 174.96 0.65 0.64
Hex 68 DF D5 35 0 4 D AF 41 40
Octal 150 337 325 65 0 4 15 257 101 100
Binary 1101000 11011111 11010101 110101 0 100 1101 10101111 1000001 1000000

Color Harmonies of #68DFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DFD5

Black with #68DFD5

Text Example


Text Example

White with #68DFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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