Html Css Color HEX #38E9F1 Turquoise

📋 copy color: '#38E9F1'

red 56 ◦ green 233 ◦ blue 241

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

Shades of Turquoise #38E9F1

Tints of Turquoise #38E9F1

RGB

 RED value IS 56 (22.27% from 255) = 10.57%

 GREEN value IS 233 (91.41% from 255) = 43.96%

 BLUE value IS 241 (94.53% from 255) = 45.47%

R = 10.57%
G = 43.96%
B = 45.47%

CMYK

 C value IS 0.77

 M value IS 0.03

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#38E9F1 (or 0x38E9F1) is known color: Turquoise. HEX triplet: 38, E9 and F1. RGB value is (56,233,241). Sum of RGB (Red+Green+Blue) = 56+233+241=530 (70% of max value = 765). Red value is 56 (22.27% from 255 or 10.57% from 530); Green value is 233 (91.41% from 255 or 43.96% from 530); Blue value is 241 (94.53% from 255 or 45.47% from 530); Max value from RGB is 241 - color contains mainly: blue. Hex color #38E9F1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #38E9F1 is #C7160E. Grayscale: #B4B4B4. Windows color (decimal): -13047311 or 15853880. OLE color: 15853880.

HSL color Cylindrical-coordinate representation of color #38E9F1: hue angle of 182.59º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38E9F1 is Cyan = 0.77, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 56 233 241 -
CMYK 0.77 0.03 0 0.05
HSL 182.59º 0.87% 0.58% -
HSV(B) 182.59º 0.77% 0.95% -
XYZ 46.65 65.47 93.4 -
YUV 180.99 161.86 38.85 -
System Red Green Blue C M Y K H S L
Decimal 56 233 241 0.77 0.03 0 0.05 182.59 0.87 0.58
Hex 38 E9 F1 4D 3 0 5 B7 57 3A
Octal 70 351 361 115 3 0 5 267 127 72
Binary 111000 11101001 11110001 1001101 11 0 101 10110111 1010111 111010

Color Harmonies of #38E9F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38E9F1

Black with #38E9F1

Text Example


Text Example

White with #38E9F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38E9F1; }

 p { color: rgb(56,233,241); }

 H1.HeaderClassName
 {
   color: #38E9F1;
 }
 .AnyTagClassName
 {
   color: #38E9F1;
 }
</style>

background-color css

<style>
 a { background-color: #38E9F1; }

 a { background-color: rgb(56,233,241); }

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

border-color css

<style>
 span { border-color: #38E9F1; }

 span { border-color: rgb(56,233,241); }

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