Html Css Color HEX #43DBEE Turquoise

📋 copy color: '#43DBEE'

red 67 ◦ green 219 ◦ blue 238

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

Shades of Turquoise #43DBEE

Tints of Turquoise #43DBEE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.79%

 BLUE value IS 238 (93.36% from 255) = 45.42%

R = 12.79%
G = 41.79%
B = 45.42%

CMYK

 C value IS 0.72

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#43DBEE (or 0x43DBEE) is known color: Turquoise. HEX triplet: 43, DB and EE. RGB value is (67,219,238). Sum of RGB (Red+Green+Blue) = 67+219+238=524 (69% of max value = 765). Red value is 67 (26.56% from 255 or 12.79% from 524); Green value is 219 (85.94% from 255 or 41.79% from 524); Blue value is 238 (93.36% from 255 or 45.42% from 524); Max value from RGB is 238 - color contains mainly: blue. Hex color #43DBEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #43DBEE is #BC2411. Grayscale: #AFAFAF. Windows color (decimal): -12330002 or 15653699. OLE color: 15653699.

HSL color Cylindrical-coordinate representation of color #43DBEE: hue angle of 186.67º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #43DBEE is Cyan = 0.72, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 67 219 238 -
CMYK 0.72 0.08 0 0.07
HSL 186.67º 0.83% 0.6% -
HSV(B) 186.67º 0.72% 0.93% -
XYZ 43.08 58.03 89.82 -
YUV 175.72 163.14 50.46 -
System Red Green Blue C M Y K H S L
Decimal 67 219 238 0.72 0.08 0 0.07 186.67 0.83 0.6
Hex 43 DB EE 48 8 0 7 BB 53 3C
Octal 103 333 356 110 10 0 7 273 123 74
Binary 1000011 11011011 11101110 1001000 1000 0 111 10111011 1010011 111100

Color Harmonies of #43DBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43DBEE

Black with #43DBEE

Text Example


Text Example

White with #43DBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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