Html Css Color HEX #0BFEDD Bright Turquoise

📋 copy color: '#0BFEDD'

red 11 ◦ green 254 ◦ blue 221

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

Shades of Bright Turquoise #0BFEDD

Tints of Bright Turquoise #0BFEDD

RGB

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

 GREEN value IS 254 (99.61% from 255) = 52.26%

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

R = 2.26%
G = 52.26%
B = 45.47%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#0BFEDD (or 0x0BFEDD) is known color: Bright Turquoise. HEX triplet: 0B, FE and DD. RGB value is (11,254,221). Sum of RGB (Red+Green+Blue) = 11+254+221=486 (64% of max value = 765). Red value is 11 (4.69% from 255 or 2.26% from 486); Green value is 254 (99.61% from 255 or 52.26% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 254 - color contains mainly: green. Hex color #0BFEDD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BFEDD is #F40122. Grayscale: #B1B1B1. Windows color (decimal): -15991075 or 14548491. OLE color: 14548491.

HSL color Cylindrical-coordinate representation of color #0BFEDD: hue angle of 171.85º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BFEDD is Cyan = 0.96, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB 11 254 221 -
CMYK 0.96 0 0.13 0.00
HSL 171.85º 0.99% 0.52% -
HSV(B) 171.85º 0.96% 1% -
XYZ 48.63 76.18 80.55 -
YUV 177.58 152.49 9.18 -
System Red Green Blue C M Y K H S L
Decimal 11 254 221 0.96 0 0.13 0.00 171.85 0.99 0.52
Hex B FE DD 60 0 D 0 AC 63 34
Octal 13 376 335 140 0 15 0 254 143 64
Binary 1011 11111110 11011101 1100000 0 1101 0 10101100 1100011 110100

Color Harmonies of #0BFEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BFEDD

Black with #0BFEDD

Text Example


Text Example

White with #0BFEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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