Html Css Color HEX #43CDDF Medium Turquoise

📋 copy color: '#43CDDF'

red 67 ◦ green 205 ◦ blue 223

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

Shades of Medium Turquoise #43CDDF

Tints of Medium Turquoise #43CDDF

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41.41%

 BLUE value IS 223 (87.5% from 255) = 45.05%

R = 13.54%
G = 41.41%
B = 45.05%

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

#43CDDF (or 0x43CDDF) is known color: Medium Turquoise. HEX triplet: 43, CD and DF. RGB value is (67,205,223). Sum of RGB (Red+Green+Blue) = 67+205+223=495 (65% of max value = 765). Red value is 67 (26.56% from 255 or 13.54% from 495); Green value is 205 (80.47% from 255 or 41.41% from 495); Blue value is 223 (87.5% from 255 or 45.05% from 495); Max value from RGB is 223 - color contains mainly: blue. Hex color #43CDDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43CDDF is #BC3220. Grayscale: #A5A5A5. Windows color (decimal): -12333601 or 14667075. OLE color: 14667075.

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

Color convert

RGB 67 205 223 -
CMYK 0.70 0.08 0 0.13
HSL 186.92º 0.71% 0.57% -
HSV(B) 186.92º 0.7% 0.87% -
XYZ 37.47 50.18 77.52 -
YUV 165.79 160.28 57.54 -
System Red Green Blue C M Y K H S L
Decimal 67 205 223 0.70 0.08 0 0.13 186.92 0.71 0.57
Hex 43 CD DF 46 8 0 D BB 47 39
Octal 103 315 337 106 10 0 15 273 107 71
Binary 1000011 11001101 11011111 1000110 1000 0 1101 10111011 1000111 111001

Color Harmonies of #43CDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43CDDF

Black with #43CDDF

Text Example


Text Example

White with #43CDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,205,223); }

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

background-color css

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

 a { background-color: rgb(67,205,223); }

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

border-color css

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

 span { border-color: rgb(67,205,223); }

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