Html Css Color HEX #68C8DD Turquoise Blue

📋 copy color: '#68C8DD'

red 104 ◦ green 200 ◦ blue 221

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

Shades of Turquoise Blue #68C8DD

Tints of Turquoise Blue #68C8DD

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.1%

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

R = 19.81%
G = 38.1%
B = 42.1%

CMYK

 C value IS 0.53

 M value IS 0.10

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#68C8DD (or 0x68C8DD) is known color: Turquoise Blue. HEX triplet: 68, C8 and DD. RGB value is (104,200,221). Sum of RGB (Red+Green+Blue) = 104+200+221=525 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.81% from 525); Green value is 200 (78.52% from 255 or 38.10% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 221 - color contains mainly: blue. Hex color #68C8DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68C8DD is #973722. Grayscale: #ADADAD. Windows color (decimal): -9910051 or 14534760. OLE color: 14534760.

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

Color convert

RGB 104 200 221 -
CMYK 0.53 0.10 0 0.13
HSL 190.77º 0.63% 0.64% -
HSV(B) 190.77º 0.53% 0.87% -
XYZ 39.41 49.47 75.88 -
YUV 173.69 154.7 78.29 -
System Red Green Blue C M Y K H S L
Decimal 104 200 221 0.53 0.10 0 0.13 190.77 0.63 0.64
Hex 68 C8 DD 35 A 0 D BF 3F 40
Octal 150 310 335 65 12 0 15 277 77 100
Binary 1101000 11001000 11011101 110101 1010 0 1101 10111111 111111 1000000

Color Harmonies of #68C8DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68C8DD

Black with #68C8DD

Text Example


Text Example

White with #68C8DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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