Html Css Color HEX #43CBE1 Medium Turquoise

📋 copy color: '#43CBE1'

red 67 ◦ green 203 ◦ blue 225

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

Shades of Medium Turquoise #43CBE1

Tints of Medium Turquoise #43CBE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 45.45%

R = 13.54%
G = 41.01%
B = 45.45%

CMYK

 C value IS 0.70

 M value IS 0.10

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#43CBE1 (or 0x43CBE1) is known color: Medium Turquoise. HEX triplet: 43, CB and E1. RGB value is (67,203,225). Sum of RGB (Red+Green+Blue) = 67+203+225=495 (65% of max value = 765). Red value is 67 (26.56% from 255 or 13.54% from 495); Green value is 203 (79.69% from 255 or 41.01% from 495); Blue value is 225 (88.28% from 255 or 45.45% from 495); Max value from RGB is 225 - color contains mainly: blue. Hex color #43CBE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43CBE1 is #BC341E. Grayscale: #A4A4A4. Windows color (decimal): -12334111 or 14797635. OLE color: 14797635.

HSL color Cylindrical-coordinate representation of color #43CBE1: hue angle of 188.35º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #43CBE1 is Cyan = 0.70, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 67 203 225 -
CMYK 0.70 0.10 0 0.12
HSL 188.35º 0.72% 0.57% -
HSV(B) 188.35º 0.7% 0.88% -
XYZ 37.26 49.34 78.79 -
YUV 164.84 161.94 58.21 -
System Red Green Blue C M Y K H S L
Decimal 67 203 225 0.70 0.10 0 0.12 188.35 0.72 0.57
Hex 43 CB E1 46 A 0 C BC 48 39
Octal 103 313 341 106 12 0 14 274 110 71
Binary 1000011 11001011 11100001 1000110 1010 0 1100 10111100 1001000 111001

Color Harmonies of #43CBE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43CBE1

Black with #43CBE1

Text Example


Text Example

White with #43CBE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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