Html Css Color HEX #68CCDD Turquoise Blue

📋 copy color: '#68CCDD'

red 104 ◦ green 204 ◦ blue 221

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

Shades of Turquoise Blue #68CCDD

Tints of Turquoise Blue #68CCDD

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.56%

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

R = 19.66%
G = 38.56%
B = 41.78%

CMYK

 C value IS 0.53

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#68CCDD (or 0x68CCDD) is known color: Turquoise Blue. HEX triplet: 68, CC and DD. RGB value is (104,204,221). Sum of RGB (Red+Green+Blue) = 104+204+221=529 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.66% from 529); Green value is 204 (80.08% from 255 or 38.56% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 221 - color contains mainly: blue. Hex color #68CCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CCDD is #973322. Grayscale: #AFAFAF. Windows color (decimal): -9909027 or 14535784. OLE color: 14535784.

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

Color convert

RGB 104 204 221 -
CMYK 0.53 0.08 0 0.13
HSL 188.72º 0.63% 0.64% -
HSV(B) 188.72º 0.53% 0.87% -
XYZ 40.35 51.35 76.19 -
YUV 176.04 153.37 76.62 -
System Red Green Blue C M Y K H S L
Decimal 104 204 221 0.53 0.08 0 0.13 188.72 0.63 0.64
Hex 68 CC DD 35 8 0 D BD 3F 40
Octal 150 314 335 65 10 0 15 275 77 100
Binary 1101000 11001100 11011101 110101 1000 0 1101 10111101 111111 1000000

Color Harmonies of #68CCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CCDD

Black with #68CCDD

Text Example


Text Example

White with #68CCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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