Html Css Color HEX #68D5DA Turquoise Blue

📋 copy color: '#68D5DA'

red 104 ◦ green 213 ◦ blue 218

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

Shades of Turquoise Blue #68D5DA

Tints of Turquoise Blue #68D5DA

RGB

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

 GREEN value IS 213 (83.59% from 255) = 39.81%

 BLUE value IS 218 (85.55% from 255) = 40.75%

R = 19.44%
G = 39.81%
B = 40.75%

CMYK

 C value IS 0.52

 M value IS 0.02

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#68D5DA (or 0x68D5DA) is known color: Turquoise Blue. HEX triplet: 68, D5 and DA. RGB value is (104,213,218). Sum of RGB (Red+Green+Blue) = 104+213+218=535 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.44% from 535); Green value is 213 (83.59% from 255 or 39.81% from 535); Blue value is 218 (85.55% from 255 or 40.75% from 535); Max value from RGB is 218 - color contains mainly: blue. Hex color #68D5DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68D5DA is #972A25. Grayscale: #B4B4B4. Windows color (decimal): -9906726 or 14341480. OLE color: 14341480.

HSL color Cylindrical-coordinate representation of color #68D5DA: hue angle of 182.63º degrees, saturation: 0.61, 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 #68D5DA is Cyan = 0.52, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 104 213 218 -
CMYK 0.52 0.02 0 0.15
HSL 182.63º 0.61% 0.63% -
HSV(B) 182.63º 0.52% 0.85% -
XYZ 42.16 55.59 74.84 -
YUV 180.98 148.89 73.09 -
System Red Green Blue C M Y K H S L
Decimal 104 213 218 0.52 0.02 0 0.15 182.63 0.61 0.63
Hex 68 D5 DA 34 2 0 F B7 3D 3F
Octal 150 325 332 64 2 0 17 267 75 77
Binary 1101000 11010101 11011010 110100 10 0 1111 10110111 111101 111111

Color Harmonies of #68D5DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68D5DA

Black with #68D5DA

Text Example


Text Example

White with #68D5DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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