Html Css Color HEX #23DEFF Bright Turquoise

📋 copy color: '#23DEFF'

red 35 ◦ green 222 ◦ blue 255

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

Shades of Bright Turquoise #23DEFF

Tints of Bright Turquoise #23DEFF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 43.36%

 BLUE value IS 255 (100% from 255) = 49.8%

R = 6.84%
G = 43.36%
B = 49.8%

CMYK

 C value IS 0.86

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#23DEFF (or 0x23DEFF) is known color: Bright Turquoise. HEX triplet: 23, DE and FF. RGB value is (35,222,255). Sum of RGB (Red+Green+Blue) = 35+222+255=512 (67% of max value = 765). Red value is 35 (14.06% from 255 or 6.84% from 512); Green value is 222 (87.11% from 255 or 43.36% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #23DEFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #23DEFF is #DC2100. Grayscale: #A9A9A9. Windows color (decimal): -14426369 or 16768547. OLE color: 16768547.

HSL color Cylindrical-coordinate representation of color #23DEFF: hue angle of 189º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #23DEFF is Cyan = 0.86, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 35 222 255 -
CMYK 0.86 0.13 0 0
HSL 189º 1% 0.57% -
HSV(B) 189º 0.86% 1% -
XYZ 44.86 59.82 103.79 -
YUV 169.85 176.05 31.82 -
System Red Green Blue C M Y K H S L
Decimal 35 222 255 0.86 0.13 0 0 189 1 0.57
Hex 23 DE FF 56 D 0 0 BD 64 39
Octal 43 336 377 126 15 0 0 275 144 71
Binary 100011 11011110 11111111 1010110 1101 0 0 10111101 1100100 111001

Color Harmonies of #23DEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23DEFF

Black with #23DEFF

Text Example


Text Example

White with #23DEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,222,255); }

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

background-color css

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

 a { background-color: rgb(35,222,255); }

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

border-color css

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

 span { border-color: rgb(35,222,255); }

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