Html Css Color HEX #43CFDB Medium Turquoise

📋 copy color: '#43CFDB'

red 67 ◦ green 207 ◦ blue 219

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

Shades of Medium Turquoise #43CFDB

Tints of Medium Turquoise #43CFDB

RGB

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

 GREEN value IS 207 (81.25% from 255) = 41.99%

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

R = 13.59%
G = 41.99%
B = 44.42%

CMYK

 C value IS 0.69

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#43CFDB (or 0x43CFDB) is known color: Medium Turquoise. HEX triplet: 43, CF and DB. RGB value is (67,207,219). Sum of RGB (Red+Green+Blue) = 67+207+219=493 (65% of max value = 765). Red value is 67 (26.56% from 255 or 13.59% from 493); Green value is 207 (81.25% from 255 or 41.99% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #43CFDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43CFDB is #BC3024. Grayscale: #A6A6A6. Windows color (decimal): -12333093 or 14405443. OLE color: 14405443.

HSL color Cylindrical-coordinate representation of color #43CFDB: hue angle of 184.74º 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 #43CFDB is Cyan = 0.69, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 67 207 219 -
CMYK 0.69 0.05 0 0.14
HSL 184.74º 0.68% 0.56% -
HSV(B) 184.74º 0.69% 0.86% -
XYZ 37.41 50.93 74.88 -
YUV 166.51 157.62 57.02 -
System Red Green Blue C M Y K H S L
Decimal 67 207 219 0.69 0.05 0 0.14 184.74 0.68 0.56
Hex 43 CF DB 45 5 0 E B9 44 38
Octal 103 317 333 105 5 0 16 271 104 70
Binary 1000011 11001111 11011011 1000101 101 0 1110 10111001 1000100 111000

Color Harmonies of #43CFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43CFDB

Black with #43CFDB

Text Example


Text Example

White with #43CFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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