Html Css Color HEX #43CBDB Medium Turquoise

📋 copy color: '#43CBDB'

red 67 ◦ green 203 ◦ blue 219

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

Shades of Medium Turquoise #43CBDB

Tints of Medium Turquoise #43CBDB

RGB

 RED value IS 67 (26.56% from 255) = 13.7%

 GREEN value IS 203 (79.69% from 255) = 41.51%

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

R = 13.7%
G = 41.51%
B = 44.79%

CMYK

 C value IS 0.69

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#43CBDB (or 0x43CBDB) is known color: Medium Turquoise. HEX triplet: 43, CB and DB. RGB value is (67,203,219). Sum of RGB (Red+Green+Blue) = 67+203+219=489 (64% of max value = 765). Red value is 67 (26.56% from 255 or 13.70% from 489); Green value is 203 (79.69% from 255 or 41.51% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 219 - color contains mainly: blue. Hex color #43CBDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43CBDB is #BC3424. Grayscale: #A3A3A3. Windows color (decimal): -12334117 or 14404419. OLE color: 14404419.

HSL color Cylindrical-coordinate representation of color #43CBDB: hue angle of 186.32º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #43CBDB is Cyan = 0.69, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 67 203 219 -
CMYK 0.69 0.07 0 0.14
HSL 186.32º 0.68% 0.56% -
HSV(B) 186.32º 0.69% 0.86% -
XYZ 36.46 49.02 74.56 -
YUV 164.16 158.94 58.7 -
System Red Green Blue C M Y K H S L
Decimal 67 203 219 0.69 0.07 0 0.14 186.32 0.68 0.56
Hex 43 CB DB 45 7 0 E BA 44 38
Octal 103 313 333 105 7 0 16 272 104 70
Binary 1000011 11001011 11011011 1000101 111 0 1110 10111010 1000100 111000

Color Harmonies of #43CBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43CBDB

Black with #43CBDB

Text Example


Text Example

White with #43CBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43CBDB; }

 p { color: rgb(67,203,219); }

 H1.HeaderClassName
 {
   color: #43CBDB;
 }
 .AnyTagClassName
 {
   color: #43CBDB;
 }
</style>

background-color css

<style>
 a { background-color: #43CBDB; }

 a { background-color: rgb(67,203,219); }

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

border-color css

<style>
 span { border-color: #43CBDB; }

 span { border-color: rgb(67,203,219); }

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