Html Css Color HEX #68D9D4 Turquoise Blue

📋 copy color: '#68D9D4'

red 104 ◦ green 217 ◦ blue 212

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

Shades of Turquoise Blue #68D9D4

Tints of Turquoise Blue #68D9D4

RGB

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

 GREEN value IS 217 (85.16% from 255) = 40.71%

 BLUE value IS 212 (83.2% from 255) = 39.77%

R = 19.51%
G = 40.71%
B = 39.77%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#68D9D4 (or 0x68D9D4) is known color: Turquoise Blue. HEX triplet: 68, D9 and D4. RGB value is (104,217,212). Sum of RGB (Red+Green+Blue) = 104+217+212=533 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.51% from 533); Green value is 217 (85.16% from 255 or 40.71% from 533); Blue value is 212 (83.20% from 255 or 39.77% from 533); Max value from RGB is 217 - color contains mainly: green. Hex color #68D9D4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68D9D4 is #97262B. Grayscale: #B6B6B6. Windows color (decimal): -9905708 or 13949288. OLE color: 13949288.

HSL color Cylindrical-coordinate representation of color #68D9D4: hue angle of 177.35º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68D9D4 is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB 104 217 212 -
CMYK 0.52 0 0.02 0.15
HSL 177.35º 0.6% 0.63% -
HSV(B) 177.35º 0.52% 0.85% -
XYZ 42.41 57.32 71.12 -
YUV 182.64 144.56 71.91 -
System Red Green Blue C M Y K H S L
Decimal 104 217 212 0.52 0 0.02 0.15 177.35 0.6 0.63
Hex 68 D9 D4 34 0 2 F B1 3C 3F
Octal 150 331 324 64 0 2 17 261 74 77
Binary 1101000 11011001 11010100 110100 0 10 1111 10110001 111100 111111

Color Harmonies of #68D9D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68D9D4

Black with #68D9D4

Text Example


Text Example

White with #68D9D4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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