Html Css Color HEX #68D2D4 Turquoise Blue

📋 copy color: '#68D2D4'

red 104 ◦ green 210 ◦ blue 212

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

Shades of Turquoise Blue #68D2D4

Tints of Turquoise Blue #68D2D4

RGB

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

 GREEN value IS 210 (82.42% from 255) = 39.92%

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

R = 19.77%
G = 39.92%
B = 40.3%

CMYK

 C value IS 0.51

 M value IS 0.01

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#68D2D4 (or 0x68D2D4) is known color: Turquoise Blue. HEX triplet: 68, D2 and D4. RGB value is (104,210,212). Sum of RGB (Red+Green+Blue) = 104+210+212=526 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.77% from 526); Green value is 210 (82.42% from 255 or 39.92% from 526); Blue value is 212 (83.20% from 255 or 40.30% from 526); Max value from RGB is 212 - color contains mainly: blue. Hex color #68D2D4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68D2D4 is #972D2B. Grayscale: #B2B2B2. Windows color (decimal): -9907500 or 13947496. OLE color: 13947496.

HSL color Cylindrical-coordinate representation of color #68D2D4: hue angle of 181.11º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #68D2D4 is Cyan = 0.51, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 104 210 212 -
CMYK 0.51 0.01 0 0.17
HSL 181.11º 0.56% 0.62% -
HSV(B) 181.11º 0.51% 0.83% -
XYZ 40.64 53.79 70.53 -
YUV 178.53 146.88 74.84 -
System Red Green Blue C M Y K H S L
Decimal 104 210 212 0.51 0.01 0 0.17 181.11 0.56 0.62
Hex 68 D2 D4 33 1 0 11 B5 38 3E
Octal 150 322 324 63 1 0 21 265 70 76
Binary 1101000 11010010 11010100 110011 1 0 10001 10110101 111000 111110

Color Harmonies of #68D2D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68D2D4

Black with #68D2D4

Text Example


Text Example

White with #68D2D4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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