Html Css Color HEX #43CBDA Medium Turquoise

📋 copy color: '#43CBDA'

red 67 ◦ green 203 ◦ blue 218

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

Shades of Medium Turquoise #43CBDA

Tints of Medium Turquoise #43CBDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.67%

R = 13.73%
G = 41.6%
B = 44.67%

CMYK

 C value IS 0.69

 M value IS 0.07

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#43CBDA (or 0x43CBDA) is known color: Medium Turquoise. HEX triplet: 43, CB and DA. RGB value is (67,203,218). Sum of RGB (Red+Green+Blue) = 67+203+218=488 (64% of max value = 765). Red value is 67 (26.56% from 255 or 13.73% from 488); Green value is 203 (79.69% from 255 or 41.60% from 488); Blue value is 218 (85.55% from 255 or 44.67% from 488); Max value from RGB is 218 - color contains mainly: blue. Hex color #43CBDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43CBDA is #BC3425. Grayscale: #A3A3A3. Windows color (decimal): -12334118 or 14338883. OLE color: 14338883.

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

Color convert

RGB 67 203 218 -
CMYK 0.69 0.07 0 0.15
HSL 185.96º 0.67% 0.56% -
HSV(B) 185.96º 0.69% 0.85% -
XYZ 36.33 48.97 73.87 -
YUV 164.05 158.44 58.78 -
System Red Green Blue C M Y K H S L
Decimal 67 203 218 0.69 0.07 0 0.15 185.96 0.67 0.56
Hex 43 CB DA 45 7 0 F BA 43 38
Octal 103 313 332 105 7 0 17 272 103 70
Binary 1000011 11001011 11011010 1000101 111 0 1111 10111010 1000011 111000

Color Harmonies of #43CBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43CBDA

Black with #43CBDA

Text Example


Text Example

White with #43CBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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