Html Css Color HEX #67CEDB Turquoise Blue

📋 copy color: '#67CEDB'

red 103 ◦ green 206 ◦ blue 219

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

Shades of Turquoise Blue #67CEDB

Tints of Turquoise Blue #67CEDB

RGB

 RED value IS 103 (40.63% from 255) = 19.51%

 GREEN value IS 206 (80.86% from 255) = 39.02%

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

R = 19.51%
G = 39.02%
B = 41.48%

CMYK

 C value IS 0.53

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#67CEDB (or 0x67CEDB) is known color: Turquoise Blue. HEX triplet: 67, CE and DB. RGB value is (103,206,219). Sum of RGB (Red+Green+Blue) = 103+206+219=528 (69% of max value = 765). Red value is 103 (40.62% from 255 or 19.51% from 528); Green value is 206 (80.86% from 255 or 39.02% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 219 - color contains mainly: blue. Hex color #67CEDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67CEDB is #983124. Grayscale: #B0B0B0. Windows color (decimal): -9974053 or 14405223. OLE color: 14405223.

HSL color Cylindrical-coordinate representation of color #67CEDB: hue angle of 186.72º degrees, saturation: 0.62, 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 #67CEDB is Cyan = 0.53, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 103 206 219 -
CMYK 0.53 0.06 0 0.14
HSL 186.72º 0.62% 0.63% -
HSV(B) 186.72º 0.53% 0.86% -
XYZ 40.45 52.14 74.95 -
YUV 176.69 151.88 75.44 -
System Red Green Blue C M Y K H S L
Decimal 103 206 219 0.53 0.06 0 0.14 186.72 0.62 0.63
Hex 67 CE DB 35 6 0 E BB 3E 3F
Octal 147 316 333 65 6 0 16 273 76 77
Binary 1100111 11001110 11011011 110101 110 0 1110 10111011 111110 111111

Color Harmonies of #67CEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67CEDB

Black with #67CEDB

Text Example


Text Example

White with #67CEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67CEDB; }

 p { color: rgb(103,206,219); }

 H1.HeaderClassName
 {
   color: #67CEDB;
 }
 .AnyTagClassName
 {
   color: #67CEDB;
 }
</style>

background-color css

<style>
 a { background-color: #67CEDB; }

 a { background-color: rgb(103,206,219); }

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

border-color css

<style>
 span { border-color: #67CEDB; }

 span { border-color: rgb(103,206,219); }

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