Html Css Color HEX #23D2F1 Bright Turquoise

📋 copy color: '#23D2F1'

red 35 ◦ green 210 ◦ blue 241

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

Shades of Bright Turquoise #23D2F1

Tints of Bright Turquoise #23D2F1

RGB

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

 GREEN value IS 210 (82.42% from 255) = 43.21%

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

R = 7.2%
G = 43.21%
B = 49.59%

CMYK

 C value IS 0.85

 M value IS 0.13

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#23D2F1 (or 0x23D2F1) is known color: Bright Turquoise. HEX triplet: 23, D2 and F1. RGB value is (35,210,241). Sum of RGB (Red+Green+Blue) = 35+210+241=486 (64% of max value = 765). Red value is 35 (14.06% from 255 or 7.20% from 486); Green value is 210 (82.42% from 255 or 43.21% from 486); Blue value is 241 (94.53% from 255 or 49.59% from 486); Max value from RGB is 241 - color contains mainly: blue. Hex color #23D2F1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #23D2F1 is #DC2D0E. Grayscale: #A0A0A0. Windows color (decimal): -14429455 or 15847971. OLE color: 15847971.

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

Color convert

RGB 35 210 241 -
CMYK 0.85 0.13 0 0.05
HSL 189.03º 0.88% 0.54% -
HSV(B) 189.03º 0.85% 0.95% -
XYZ 39.62 52.8 91.32 -
YUV 161.21 173.02 37.98 -
System Red Green Blue C M Y K H S L
Decimal 35 210 241 0.85 0.13 0 0.05 189.03 0.88 0.54
Hex 23 D2 F1 55 D 0 5 BD 58 36
Octal 43 322 361 125 15 0 5 275 130 66
Binary 100011 11010010 11110001 1010101 1101 0 101 10111101 1011000 110110

Color Harmonies of #23D2F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23D2F1

Black with #23D2F1

Text Example


Text Example

White with #23D2F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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