Html Css Color HEX #68CDDD Turquoise Blue

📋 copy color: '#68CDDD'

red 104 ◦ green 205 ◦ blue 221

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

Shades of Turquoise Blue #68CDDD

Tints of Turquoise Blue #68CDDD

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.68%

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

R = 19.62%
G = 38.68%
B = 41.7%

CMYK

 C value IS 0.53

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#68CDDD (or 0x68CDDD) is known color: Turquoise Blue. HEX triplet: 68, CD and DD. RGB value is (104,205,221). Sum of RGB (Red+Green+Blue) = 104+205+221=530 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.62% from 530); Green value is 205 (80.47% from 255 or 38.68% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 221 - color contains mainly: blue. Hex color #68CDDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CDDD is #973222. Grayscale: #B0B0B0. Windows color (decimal): -9908771 or 14536040. OLE color: 14536040.

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

Color convert

RGB 104 205 221 -
CMYK 0.53 0.07 0 0.13
HSL 188.21º 0.63% 0.64% -
HSV(B) 188.21º 0.53% 0.87% -
XYZ 40.59 51.83 76.27 -
YUV 176.63 153.04 76.2 -
System Red Green Blue C M Y K H S L
Decimal 104 205 221 0.53 0.07 0 0.13 188.21 0.63 0.64
Hex 68 CD DD 35 7 0 D BC 3F 40
Octal 150 315 335 65 7 0 15 274 77 100
Binary 1101000 11001101 11011101 110101 111 0 1101 10111100 111111 1000000

Color Harmonies of #68CDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CDDD

Black with #68CDDD

Text Example


Text Example

White with #68CDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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