Html Css Color HEX #09D7E7 Bright Turquoise

📋 copy color: '#09D7E7'

red 9 ◦ green 215 ◦ blue 231

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

Shades of Bright Turquoise #09D7E7

Tints of Bright Turquoise #09D7E7

RGB

 RED value IS 9 (3.91% from 255) = 1.98%

 GREEN value IS 215 (84.38% from 255) = 47.25%

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

R = 1.98%
G = 47.25%
B = 50.77%

CMYK

 C value IS 0.96

 M value IS 0.07

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#09D7E7 (or 0x09D7E7) is known color: Bright Turquoise. HEX triplet: 09, D7 and E7. RGB value is (9,215,231). Sum of RGB (Red+Green+Blue) = 9+215+231=455 (60% of max value = 765). Red value is 9 (3.91% from 255 or 1.98% from 455); Green value is 215 (84.38% from 255 or 47.25% from 455); Blue value is 231 (90.62% from 255 or 50.77% from 455); Max value from RGB is 231 - color contains mainly: blue. Hex color #09D7E7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09D7E7 is #F62818. Grayscale: #9A9A9A. Windows color (decimal): -16132121 or 15193865. OLE color: 15193865.

HSL color Cylindrical-coordinate representation of color #09D7E7: hue angle of 184.32º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09D7E7 is Cyan = 0.96, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 9 215 231 -
CMYK 0.96 0.07 0 0.09
HSL 184.32º 0.93% 0.47% -
HSV(B) 184.32º 0.96% 0.91% -
XYZ 38.84 54.43 84.06 -
YUV 155.23 170.75 23.7 -
System Red Green Blue C M Y K H S L
Decimal 9 215 231 0.96 0.07 0 0.09 184.32 0.93 0.47
Hex 9 D7 E7 60 7 0 9 B8 5C 2F
Octal 11 327 347 140 7 0 11 270 134 57
Binary 1001 11010111 11100111 1100000 111 0 1001 10111000 1011100 101111

Color Harmonies of #09D7E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09D7E7

Black with #09D7E7

Text Example


Text Example

White with #09D7E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09D7E7; }

 p { color: rgb(9,215,231); }

 H1.HeaderClassName
 {
   color: #09D7E7;
 }
 .AnyTagClassName
 {
   color: #09D7E7;
 }
</style>

background-color css

<style>
 a { background-color: #09D7E7; }

 a { background-color: rgb(9,215,231); }

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

border-color css

<style>
 span { border-color: #09D7E7; }

 span { border-color: rgb(9,215,231); }

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