Html Css Color HEX #68CADB Turquoise Blue

📋 copy color: '#68CADB'

red 104 ◦ green 202 ◦ blue 219

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

Shades of Turquoise Blue #68CADB

Tints of Turquoise Blue #68CADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.71%

R = 19.81%
G = 38.48%
B = 41.71%

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

#68CADB (or 0x68CADB) is known color: Turquoise Blue. HEX triplet: 68, CA and DB. RGB value is (104,202,219). Sum of RGB (Red+Green+Blue) = 104+202+219=525 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.81% from 525); Green value is 202 (79.30% from 255 or 38.48% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 219 - color contains mainly: blue. Hex color #68CADB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CADB is #973524. Grayscale: #AEAEAE. Windows color (decimal): -9909541 or 14404200. OLE color: 14404200.

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

Color convert

RGB 104 202 219 -
CMYK 0.53 0.08 0 0.14
HSL 188.87º 0.61% 0.63% -
HSV(B) 188.87º 0.53% 0.86% -
XYZ 39.62 50.3 74.64 -
YUV 174.64 153.03 77.62 -
System Red Green Blue C M Y K H S L
Decimal 104 202 219 0.53 0.08 0 0.14 188.87 0.61 0.63
Hex 68 CA DB 35 8 0 E BD 3D 3F
Octal 150 312 333 65 10 0 16 275 75 77
Binary 1101000 11001010 11011011 110101 1000 0 1110 10111101 111101 111111

Color Harmonies of #68CADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CADB

Black with #68CADB

Text Example


Text Example

White with #68CADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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