Html Css Color HEX #15CADA Dark Turquoise

📋 copy color: '#15CADA'

red 21 ◦ green 202 ◦ blue 218

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

Shades of Dark Turquoise #15CADA

Tints of Dark Turquoise #15CADA

RGB

 RED value IS 21 (8.59% from 255) = 4.76%

 GREEN value IS 202 (79.3% from 255) = 45.8%

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

R = 4.76%
G = 45.8%
B = 49.43%

CMYK

 C value IS 0.90

 M value IS 0.07

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#15CADA (or 0x15CADA) is known color: Dark Turquoise. HEX triplet: 15, CA and DA. RGB value is (21,202,218). Sum of RGB (Red+Green+Blue) = 21+202+218=441 (58% of max value = 765). Red value is 21 (8.59% from 255 or 4.76% from 441); Green value is 202 (79.30% from 255 or 45.80% from 441); Blue value is 218 (85.55% from 255 or 49.43% from 441); Max value from RGB is 218 - color contains mainly: blue. Hex color #15CADA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15CADA is #EA3525. Grayscale: #959595. Windows color (decimal): -15349030 or 14338581. OLE color: 14338581.

HSL color Cylindrical-coordinate representation of color #15CADA: hue angle of 184.87º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15CADA is Cyan = 0.90, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 21 202 218 -
CMYK 0.90 0.07 0 0.15
HSL 184.87º 0.82% 0.47% -
HSV(B) 184.87º 0.9% 0.85% -
XYZ 34.08 47.46 73.69 -
YUV 149.71 166.53 36.2 -
System Red Green Blue C M Y K H S L
Decimal 21 202 218 0.90 0.07 0 0.15 184.87 0.82 0.47
Hex 15 CA DA 5A 7 0 F B9 52 2F
Octal 25 312 332 132 7 0 17 271 122 57
Binary 10101 11001010 11011010 1011010 111 0 1111 10111001 1010010 101111

Color Harmonies of #15CADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15CADA

Black with #15CADA

Text Example


Text Example

White with #15CADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15CADA; }

 p { color: rgb(21,202,218); }

 H1.HeaderClassName
 {
   color: #15CADA;
 }
 .AnyTagClassName
 {
   color: #15CADA;
 }
</style>

background-color css

<style>
 a { background-color: #15CADA; }

 a { background-color: rgb(21,202,218); }

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

border-color css

<style>
 span { border-color: #15CADA; }

 span { border-color: rgb(21,202,218); }

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