Html Css Color HEX #0BEADD Bright Turquoise

📋 copy color: '#0BEADD'

red 11 ◦ green 234 ◦ blue 221

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

Shades of Bright Turquoise #0BEADD

Tints of Bright Turquoise #0BEADD

RGB

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

 GREEN value IS 234 (91.8% from 255) = 50.21%

 BLUE value IS 221 (86.72% from 255) = 47.42%

R = 2.36%
G = 50.21%
B = 47.42%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#0BEADD (or 0x0BEADD) is known color: Bright Turquoise. HEX triplet: 0B, EA and DD. RGB value is (11,234,221). Sum of RGB (Red+Green+Blue) = 11+234+221=466 (61% of max value = 765). Red value is 11 (4.69% from 255 or 2.36% from 466); Green value is 234 (91.80% from 255 or 50.21% from 466); Blue value is 221 (86.72% from 255 or 47.42% from 466); Max value from RGB is 234 - color contains mainly: green. Hex color #0BEADD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BEADD is #F41522. Grayscale: #A5A5A5. Windows color (decimal): -15996195 or 14543371. OLE color: 14543371.

HSL color Cylindrical-coordinate representation of color #0BEADD: hue angle of 176.5º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BEADD is Cyan = 0.95, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 11 234 221 -
CMYK 0.95 0 0.06 0.08
HSL 176.5º 0.91% 0.48% -
HSV(B) 176.5º 0.95% 0.92% -
XYZ 42.61 64.14 78.54 -
YUV 165.84 159.12 17.56 -
System Red Green Blue C M Y K H S L
Decimal 11 234 221 0.95 0 0.06 0.08 176.5 0.91 0.48
Hex B EA DD 5F 0 6 8 B1 5B 30
Octal 13 352 335 137 0 6 10 261 133 60
Binary 1011 11101010 11011101 1011111 0 110 1000 10110001 1011011 110000

Color Harmonies of #0BEADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BEADD

Black with #0BEADD

Text Example


Text Example

White with #0BEADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,234,221); }

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

background-color css

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

 a { background-color: rgb(11,234,221); }

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

border-color css

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

 span { border-color: rgb(11,234,221); }

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