Html Css Color HEX #23CADA Dark Turquoise

📋 copy color: '#23CADA'

red 35 ◦ green 202 ◦ blue 218

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

Shades of Dark Turquoise #23CADA

Tints of Dark Turquoise #23CADA

RGB

 RED value IS 35 (14.06% from 255) = 7.69%

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

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

R = 7.69%
G = 44.4%
B = 47.91%

CMYK

 C value IS 0.84

 M value IS 0.07

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#23CADA (or 0x23CADA) is known color: Dark Turquoise. HEX triplet: 23, CA and DA. RGB value is (35,202,218). Sum of RGB (Red+Green+Blue) = 35+202+218=455 (60% of max value = 765). Red value is 35 (14.06% from 255 or 7.69% from 455); Green value is 202 (79.30% from 255 or 44.40% from 455); Blue value is 218 (85.55% from 255 or 47.91% from 455); Max value from RGB is 218 - color contains mainly: blue. Hex color #23CADA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23CADA is #DC3525. Grayscale: #999999. Windows color (decimal): -14431526 or 14338595. OLE color: 14338595.

HSL color Cylindrical-coordinate representation of color #23CADA: hue angle of 185.25º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #23CADA is Cyan = 0.84, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 35 202 218 -
CMYK 0.84 0.07 0 0.15
HSL 185.25º 0.72% 0.5% -
HSV(B) 185.25º 0.84% 0.85% -
XYZ 34.47 47.66 73.71 -
YUV 153.89 164.17 43.2 -
System Red Green Blue C M Y K H S L
Decimal 35 202 218 0.84 0.07 0 0.15 185.25 0.72 0.5
Hex 23 CA DA 54 7 0 F B9 48 32
Octal 43 312 332 124 7 0 17 271 110 62
Binary 100011 11001010 11011010 1010100 111 0 1111 10111001 1001000 110010

Color Harmonies of #23CADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23CADA

Black with #23CADA

Text Example


Text Example

White with #23CADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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