Html Css Color HEX #0BEDE9 Bright Turquoise

📋 copy color: '#0BEDE9'

red 11 ◦ green 237 ◦ blue 233

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

Shades of Bright Turquoise #0BEDE9

Tints of Bright Turquoise #0BEDE9

RGB

 RED value IS 11 (4.69% from 255) = 2.29%

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

 BLUE value IS 233 (91.41% from 255) = 48.44%

R = 2.29%
G = 49.27%
B = 48.44%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#0BEDE9 (or 0x0BEDE9) is known color: Bright Turquoise. HEX triplet: 0B, ED and E9. RGB value is (11,237,233). Sum of RGB (Red+Green+Blue) = 11+237+233=481 (63% of max value = 765). Red value is 11 (4.69% from 255 or 2.29% from 481); Green value is 237 (92.97% from 255 or 49.27% from 481); Blue value is 233 (91.41% from 255 or 48.44% from 481); Max value from RGB is 237 - color contains mainly: green. Hex color #0BEDE9 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0BEDE9 is #F41216. Grayscale: #A8A8A8. Windows color (decimal): -15995415 or 15330571. OLE color: 15330571.

HSL color Cylindrical-coordinate representation of color #0BEDE9: hue angle of 178.94º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BEDE9 is Cyan = 0.95, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB 11 237 233 -
CMYK 0.95 0 0.02 0.07
HSL 178.94º 0.91% 0.49% -
HSV(B) 178.94º 0.95% 0.93% -
XYZ 45.13 66.52 87.55 -
YUV 168.97 164.13 15.33 -
System Red Green Blue C M Y K H S L
Decimal 11 237 233 0.95 0 0.02 0.07 178.94 0.91 0.49
Hex B ED E9 5F 0 2 7 B3 5B 31
Octal 13 355 351 137 0 2 7 263 133 61
Binary 1011 11101101 11101001 1011111 0 10 111 10110011 1011011 110001

Color Harmonies of #0BEDE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BEDE9

Black with #0BEDE9

Text Example


Text Example

White with #0BEDE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0BEDE9; }

 p { color: rgb(11,237,233); }

 H1.HeaderClassName
 {
   color: #0BEDE9;
 }
 .AnyTagClassName
 {
   color: #0BEDE9;
 }
</style>

background-color css

<style>
 a { background-color: #0BEDE9; }

 a { background-color: rgb(11,237,233); }

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

border-color css

<style>
 span { border-color: #0BEDE9; }

 span { border-color: rgb(11,237,233); }

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