Html Css Color HEX #23EDF1 Bright Turquoise

📋 copy color: '#23EDF1'

red 35 ◦ green 237 ◦ blue 241

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

Shades of Bright Turquoise #23EDF1

Tints of Bright Turquoise #23EDF1

RGB

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

 GREEN value IS 237 (92.97% from 255) = 46.2%

 BLUE value IS 241 (94.53% from 255) = 46.98%

R = 6.82%
G = 46.2%
B = 46.98%

CMYK

 C value IS 0.85

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#23EDF1 (or 0x23EDF1) is known color: Bright Turquoise. HEX triplet: 23, ED and F1. RGB value is (35,237,241). Sum of RGB (Red+Green+Blue) = 35+237+241=513 (67% of max value = 765). Red value is 35 (14.06% from 255 or 6.82% from 513); Green value is 237 (92.97% from 255 or 46.20% from 513); Blue value is 241 (94.53% from 255 or 46.98% from 513); Max value from RGB is 241 - color contains mainly: blue. Hex color #23EDF1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #23EDF1 is #DC120E. Grayscale: #B0B0B0. Windows color (decimal): -14422543 or 15854883. OLE color: 15854883.

HSL color Cylindrical-coordinate representation of color #23EDF1: hue angle of 181.17º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #23EDF1 is Cyan = 0.85, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 35 237 241 -
CMYK 0.85 0.02 0 0.05
HSL 181.17º 0.88% 0.54% -
HSV(B) 181.17º 0.85% 0.95% -
XYZ 46.85 67.28 93.74 -
YUV 177.06 164.08 26.67 -
System Red Green Blue C M Y K H S L
Decimal 35 237 241 0.85 0.02 0 0.05 181.17 0.88 0.54
Hex 23 ED F1 55 2 0 5 B5 58 36
Octal 43 355 361 125 2 0 5 265 130 66
Binary 100011 11101101 11110001 1010101 10 0 101 10110101 1011000 110110

Color Harmonies of #23EDF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23EDF1

Black with #23EDF1

Text Example


Text Example

White with #23EDF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,237,241); }

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

background-color css

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

 a { background-color: rgb(35,237,241); }

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

border-color css

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

 span { border-color: rgb(35,237,241); }

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