Html Css Color HEX #68CDDC Turquoise Blue

📋 copy color: '#68CDDC'

red 104 ◦ green 205 ◦ blue 220

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

Shades of Turquoise Blue #68CDDC

Tints of Turquoise Blue #68CDDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.59%

R = 19.66%
G = 38.75%
B = 41.59%

CMYK

 C value IS 0.53

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#68CDDC (or 0x68CDDC) is known color: Turquoise Blue. HEX triplet: 68, CD and DC. RGB value is (104,205,220). Sum of RGB (Red+Green+Blue) = 104+205+220=529 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.66% from 529); Green value is 205 (80.47% from 255 or 38.75% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 220 - color contains mainly: blue. Hex color #68CDDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CDDC is #973223. Grayscale: #B0B0B0. Windows color (decimal): -9908772 or 14470504. OLE color: 14470504.

HSL color Cylindrical-coordinate representation of color #68CDDC: hue angle of 187.76º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68CDDC is Cyan = 0.53, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 104 205 220 -
CMYK 0.53 0.07 0 0.14
HSL 187.76º 0.62% 0.64% -
HSV(B) 187.76º 0.53% 0.86% -
XYZ 40.46 51.77 75.57 -
YUV 176.51 152.54 76.28 -
System Red Green Blue C M Y K H S L
Decimal 104 205 220 0.53 0.07 0 0.14 187.76 0.62 0.64
Hex 68 CD DC 35 7 0 E BC 3E 40
Octal 150 315 334 65 7 0 16 274 76 100
Binary 1101000 11001101 11011100 110101 111 0 1110 10111100 111110 1000000

Color Harmonies of #68CDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CDDC

Black with #68CDDC

Text Example


Text Example

White with #68CDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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