Html Css Color HEX #68CADC Turquoise Blue

📋 copy color: '#68CADC'

red 104 ◦ green 202 ◦ blue 220

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

Shades of Turquoise Blue #68CADC

Tints of Turquoise Blue #68CADC

RGB

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

 GREEN value IS 202 (79.3% from 255) = 38.4%

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

R = 19.77%
G = 38.4%
B = 41.83%

CMYK

 C value IS 0.53

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#68CADC (or 0x68CADC) is known color: Turquoise Blue. HEX triplet: 68, CA and DC. RGB value is (104,202,220). Sum of RGB (Red+Green+Blue) = 104+202+220=526 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.77% from 526); Green value is 202 (79.30% from 255 or 38.40% from 526); Blue value is 220 (86.33% from 255 or 41.83% from 526); Max value from RGB is 220 - color contains mainly: blue. Hex color #68CADC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CADC is #973523. Grayscale: #AEAEAE. Windows color (decimal): -9909540 or 14469736. OLE color: 14469736.

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

Color convert

RGB 104 202 220 -
CMYK 0.53 0.08 0 0.14
HSL 189.31º 0.62% 0.64% -
HSV(B) 189.31º 0.53% 0.86% -
XYZ 39.75 50.35 75.33 -
YUV 174.75 153.53 77.54 -
System Red Green Blue C M Y K H S L
Decimal 104 202 220 0.53 0.08 0 0.14 189.31 0.62 0.64
Hex 68 CA DC 35 8 0 E BD 3E 40
Octal 150 312 334 65 10 0 16 275 76 100
Binary 1101000 11001010 11011100 110101 1000 0 1110 10111101 111110 1000000

Color Harmonies of #68CADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CADC

Black with #68CADC

Text Example


Text Example

White with #68CADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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