Html Css Color HEX #43CBDD Medium Turquoise

📋 copy color: '#43CBDD'

red 67 ◦ green 203 ◦ blue 221

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

Shades of Medium Turquoise #43CBDD

Tints of Medium Turquoise #43CBDD

RGB

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

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

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

R = 13.65%
G = 41.34%
B = 45.01%

CMYK

 C value IS 0.70

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#43CBDD (or 0x43CBDD) is known color: Medium Turquoise. HEX triplet: 43, CB and DD. RGB value is (67,203,221). Sum of RGB (Red+Green+Blue) = 67+203+221=491 (65% of max value = 765). Red value is 67 (26.56% from 255 or 13.65% from 491); Green value is 203 (79.69% from 255 or 41.34% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #43CBDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43CBDD is #BC3422. Grayscale: #A4A4A4. Windows color (decimal): -12334115 or 14535491. OLE color: 14535491.

HSL color Cylindrical-coordinate representation of color #43CBDD: hue angle of 187.01º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #43CBDD is Cyan = 0.70, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 67 203 221 -
CMYK 0.70 0.08 0 0.13
HSL 187.01º 0.69% 0.56% -
HSV(B) 187.01º 0.7% 0.87% -
XYZ 36.72 49.13 75.95 -
YUV 164.39 159.94 58.54 -
System Red Green Blue C M Y K H S L
Decimal 67 203 221 0.70 0.08 0 0.13 187.01 0.69 0.56
Hex 43 CB DD 46 8 0 D BB 45 38
Octal 103 313 335 106 10 0 15 273 105 70
Binary 1000011 11001011 11011101 1000110 1000 0 1101 10111011 1000101 111000

Color Harmonies of #43CBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43CBDD

Black with #43CBDD

Text Example


Text Example

White with #43CBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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