Html Css Color HEX #23CFDA Dark Turquoise

📋 copy color: '#23CFDA'

red 35 ◦ green 207 ◦ blue 218

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

Shades of Dark Turquoise #23CFDA

Tints of Dark Turquoise #23CFDA

RGB

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

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

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

R = 7.61%
G = 45%
B = 47.39%

CMYK

 C value IS 0.84

 M value IS 0.05

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#23CFDA (or 0x23CFDA) is known color: Dark Turquoise. HEX triplet: 23, CF and DA. RGB value is (35,207,218). Sum of RGB (Red+Green+Blue) = 35+207+218=460 (60% of max value = 765). Red value is 35 (14.06% from 255 or 7.61% from 460); Green value is 207 (81.25% from 255 or 45% from 460); Blue value is 218 (85.55% from 255 or 47.39% from 460); Max value from RGB is 218 - color contains mainly: blue. Hex color #23CFDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23CFDA is #DC3025. Grayscale: #9C9C9C. Windows color (decimal): -14430246 or 14339875. OLE color: 14339875.

HSL color Cylindrical-coordinate representation of color #23CFDA: hue angle of 183.61º 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 #23CFDA is Cyan = 0.84, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 35 207 218 -
CMYK 0.84 0.05 0 0.15
HSL 183.61º 0.72% 0.5% -
HSV(B) 183.61º 0.84% 0.85% -
XYZ 35.66 50.04 74.11 -
YUV 156.83 162.52 41.11 -
System Red Green Blue C M Y K H S L
Decimal 35 207 218 0.84 0.05 0 0.15 183.61 0.72 0.5
Hex 23 CF DA 54 5 0 F B8 48 32
Octal 43 317 332 124 5 0 17 270 110 62
Binary 100011 11001111 11011010 1010100 101 0 1111 10111000 1001000 110010

Color Harmonies of #23CFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23CFDA

Black with #23CFDA

Text Example


Text Example

White with #23CFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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