Html Css Color HEX #68DCDD Turquoise Blue

📋 copy color: '#68DCDD'

red 104 ◦ green 220 ◦ blue 221

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

Shades of Turquoise Blue #68DCDD

Tints of Turquoise Blue #68DCDD

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.37%

 BLUE value IS 221 (86.72% from 255) = 40.55%

R = 19.08%
G = 40.37%
B = 40.55%

CMYK

 C value IS 0.53

 M value IS 0.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#68DCDD (or 0x68DCDD) is known color: Turquoise Blue. HEX triplet: 68, DC and DD. RGB value is (104,220,221). Sum of RGB (Red+Green+Blue) = 104+220+221=545 (72% of max value = 765). Red value is 104 (41.02% from 255 or 19.08% from 545); Green value is 220 (86.33% from 255 or 40.37% from 545); Blue value is 221 (86.72% from 255 or 40.55% from 545); Max value from RGB is 221 - color contains mainly: blue. Hex color #68DCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DCDD is #972322. Grayscale: #B9B9B9. Windows color (decimal): -9904931 or 14539880. OLE color: 14539880.

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

Color convert

RGB 104 220 221 -
CMYK 0.53 0.00 0 0.13
HSL 180.51º 0.63% 0.64% -
HSV(B) 180.51º 0.53% 0.87% -
XYZ 44.35 59.35 77.52 -
YUV 185.43 148.07 69.92 -
System Red Green Blue C M Y K H S L
Decimal 104 220 221 0.53 0.00 0 0.13 180.51 0.63 0.64
Hex 68 DC DD 35 0 0 D B5 3F 40
Octal 150 334 335 65 0 0 15 265 77 100
Binary 1101000 11011100 11011101 110101 0 0 1101 10110101 111111 1000000

Color Harmonies of #68DCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DCDD

Black with #68DCDD

Text Example


Text Example

White with #68DCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,220,221); }

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

background-color css

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

 a { background-color: rgb(104,220,221); }

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

border-color css

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

 span { border-color: rgb(104,220,221); }

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