Html Css Color HEX #0BD7EA Bright Turquoise

📋 copy color: '#0BD7EA'

red 11 ◦ green 215 ◦ blue 234

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

Shades of Bright Turquoise #0BD7EA

Tints of Bright Turquoise #0BD7EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 50.87%

R = 2.39%
G = 46.74%
B = 50.87%

CMYK

 C value IS 0.95

 M value IS 0.08

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0BD7EA (or 0x0BD7EA) is known color: Bright Turquoise. HEX triplet: 0B, D7 and EA. RGB value is (11,215,234). Sum of RGB (Red+Green+Blue) = 11+215+234=460 (60% of max value = 765). Red value is 11 (4.69% from 255 or 2.39% from 460); Green value is 215 (84.38% from 255 or 46.74% from 460); Blue value is 234 (91.80% from 255 or 50.87% from 460); Max value from RGB is 234 - color contains mainly: blue. Hex color #0BD7EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BD7EA is #F42815. Grayscale: #9B9B9B. Windows color (decimal): -16001046 or 15390475. OLE color: 15390475.

HSL color Cylindrical-coordinate representation of color #0BD7EA: hue angle of 185.11º 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 #0BD7EA is Cyan = 0.95, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 11 215 234 -
CMYK 0.95 0.08 0 0.08
HSL 185.11º 0.91% 0.48% -
HSV(B) 185.11º 0.95% 0.92% -
XYZ 39.29 54.61 86.31 -
YUV 156.17 171.91 24.46 -
System Red Green Blue C M Y K H S L
Decimal 11 215 234 0.95 0.08 0 0.08 185.11 0.91 0.48
Hex B D7 EA 5F 8 0 8 B9 5B 30
Octal 13 327 352 137 10 0 10 271 133 60
Binary 1011 11010111 11101010 1011111 1000 0 1000 10111001 1011011 110000

Color Harmonies of #0BD7EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BD7EA

Black with #0BD7EA

Text Example


Text Example

White with #0BD7EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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