Html Css Color HEX #23CFE7 Bright Turquoise

📋 copy color: '#23CFE7'

red 35 ◦ green 207 ◦ blue 231

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

Shades of Bright Turquoise #23CFE7

Tints of Bright Turquoise #23CFE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 48.84%

R = 7.4%
G = 43.76%
B = 48.84%

CMYK

 C value IS 0.85

 M value IS 0.10

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#23CFE7 (or 0x23CFE7) is known color: Bright Turquoise. HEX triplet: 23, CF and E7. RGB value is (35,207,231). Sum of RGB (Red+Green+Blue) = 35+207+231=473 (62% of max value = 765). Red value is 35 (14.06% from 255 or 7.40% from 473); Green value is 207 (81.25% from 255 or 43.76% from 473); Blue value is 231 (90.62% from 255 or 48.84% from 473); Max value from RGB is 231 - color contains mainly: blue. Hex color #23CFE7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #23CFE7 is #DC3018. Grayscale: #9E9E9E. Windows color (decimal): -14430233 or 15191843. OLE color: 15191843.

HSL color Cylindrical-coordinate representation of color #23CFE7: hue angle of 187.35º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #23CFE7 is Cyan = 0.85, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 35 207 231 -
CMYK 0.85 0.10 0 0.09
HSL 187.35º 0.8% 0.52% -
HSV(B) 187.35º 0.85% 0.91% -
XYZ 37.43 50.75 83.42 -
YUV 158.31 169.02 40.05 -
System Red Green Blue C M Y K H S L
Decimal 35 207 231 0.85 0.10 0 0.09 187.35 0.8 0.52
Hex 23 CF E7 55 A 0 9 BB 50 34
Octal 43 317 347 125 12 0 11 273 120 64
Binary 100011 11001111 11100111 1010101 1010 0 1001 10111011 1010000 110100

Color Harmonies of #23CFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23CFE7

Black with #23CFE7

Text Example


Text Example

White with #23CFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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